This commit is contained in:
Luke Rogers 2014-02-14 17:03:08 +13:00
parent 004ceb79fc
commit d6683b32f4
24 changed files with 64 additions and 58 deletions

View file

@ -3,8 +3,8 @@ import re
from util import hook
@hook.command(autohelp=False)
def help(inp, notice=None, conn=None, bot=None):
@hook.command("help", autohelp=False)
def help_command(inp, notice=None, conn=None, bot=None):
"""help -- Gives a list of commands/help for a command."""
funcs = {}