diff --git a/exec/load/ircbot_commands.js b/exec/load/ircbot_commands.js index dbe35c8b0fdd1b2984c10ff78c73e206ef301c78..4dc666292e2644da9b61c309b5142347bd4e2cf8 100644 --- a/exec/load/ircbot_commands.js +++ b/exec/load/ircbot_commands.js @@ -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 {