Made more help a little clearer.

This commit is contained in:
Jeremy Fincher 2003-09-11 22:21:56 +00:00
parent 00418143dc
commit 407da29675

View File

@ -271,7 +271,7 @@ class MiscCommands(callbacks.Privmsg):
If the last command was truncated due to IRC message length If the last command was truncated due to IRC message length
limitations, returns the next chunk of the result of the last command. limitations, returns the next chunk of the result of the last command.
If <nick> is given, return the continuation of the last command from If <nick> is given, it takes the continuation of the last command from
<nick> instead of the person sending this message. <nick> instead of the person sending this message.
""" """
nick = privmsgs.getArgs(args, needed=0, optional=1) nick = privmsgs.getArgs(args, needed=0, optional=1)