Skip to content
Snippets Groups Projects
Commit 9da94b51 authored by mcmlxxix's avatar mcmlxxix
Browse files

fix typo caused by art's shenanigans

parent eb860a18
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ Bot_Commands["HELP"].command = function (target,onick,ouh,srv,lvl,cmd) {
if(module.Bot_Commands.HELP) {
module.Bot_Commands.HELP.command(target,onick,ouh,srv,lvl,cmd);
} else {
help_out(module.Bot_Commands[help_cmd.toUpperCase()]);
help_out(module.Bot_Commands[hlp_cmd.toUpperCase()]);
}
/* if no command was specified, list module's commands */
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment