Undid debug work in plugins/help.py

This commit is contained in:
lukeroge 2012-02-21 12:18:06 +13:00
parent b72e2d3fde
commit 38ef033713

View file

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