h/plugins/help.py

10 lines
217 B
Python
Raw Normal View History

import re
from util import hook
@hook.command(autohelp=False)
2010-02-02 04:42:34 +00:00
def help(inp, bot=None, pm=None):
".help [command] -- gives a list of commands/help for a command"
2010-03-01 02:32:41 +00:00
pm("Lol, you think there's help. How cute.")