overhauled help
This commit is contained in:
parent
0fdf370733
commit
c58192f72c
58 changed files with 124 additions and 117 deletions
|
@ -51,7 +51,7 @@ def tellinput(paraml, input=None, db=None, bot=None):
|
|||
|
||||
@hook.command(autohelp=False)
|
||||
def showtells(inp, nick='', chan='', notice=None, db=None):
|
||||
".showtells -- view all pending tell messages (sent in a notice)."
|
||||
".showtells -- View all pending tell messages (sent in a notice)."
|
||||
|
||||
db_init(db)
|
||||
|
||||
|
@ -73,7 +73,7 @@ def showtells(inp, nick='', chan='', notice=None, db=None):
|
|||
|
||||
@hook.command
|
||||
def tell(inp, nick='', chan='', db=None, input=None, notice=None):
|
||||
".tell <nick> <message> -- relay <message> to <nick> when <nick> is around"
|
||||
".tell <nick> <message> -- Relay <message> to <nick> when <nick> is around."
|
||||
query = inp.split(' ', 1)
|
||||
|
||||
if len(query) != 2:
|
||||
|
|
Reference in a new issue