From 9da94b5130183a1888cdeae6352e55518959ecc6 Mon Sep 17 00:00:00 2001
From: mcmlxxix <>
Date: Mon, 6 Feb 2012 16:44:03 +0000
Subject: [PATCH] fix typo caused by art's shenanigans

---
 exec/load/ircbot_commands.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/ircbot_commands.js b/exec/load/ircbot_commands.js
index dbe35c8b0f..4dc666292e 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 {
-- 
GitLab