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 = {}