Undid debug work in plugins/help.py
This commit is contained in:
parent
b72e2d3fde
commit
38ef033713
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@ import re
|
||||||
|
|
||||||
from util import hook
|
from util import hook
|
||||||
|
|
||||||
# Standard automatic help command
|
|
||||||
@hook.command(autohelp=False)
|
@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"
|
".help -- gives a list of commands/help for a command"
|
||||||
|
|
||||||
funcs = {}
|
funcs = {}
|
||||||
|
|
Reference in a new issue