From 38ef03371388017f6d649e94460e792b9a4853d0 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Tue, 21 Feb 2012 12:18:06 +1300 Subject: [PATCH] Undid debug work in plugins/help.py --- plugins/help.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/help.py b/plugins/help.py index acc4573..425d9dc 100644 --- a/plugins/help.py +++ b/plugins/help.py @@ -2,9 +2,8 @@ import re from util import hook -# Standard automatic help command @hook.command(autohelp=False) -def help_new(inp, input=None, bot=None, say=None, notice=None): +def help(inp, input=None, bot=None, say=None, notice=None): ".help -- gives a list of commands/help for a command" funcs = {}