2010-11-22 03:12:59 +00:00
|
|
|
import re
|
|
|
|
|
2010-01-17 04:24:36 +00:00
|
|
|
from util import hook
|
|
|
|
|
2010-05-07 23:16:44 +00:00
|
|
|
@hook.command(autohelp=False)
|
2010-02-02 04:42:34 +00:00
|
|
|
def help(inp, bot=None, pm=None):
|
2010-01-17 04:24:36 +00:00
|
|
|
".help [command] -- gives a list of commands/help for a command"
|
2010-03-01 02:32:41 +00:00
|
|
|
|
2015-11-16 19:08:23 +00:00
|
|
|
pm("Lol, you think there's help. How cute.")
|