mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Updated help string.
This commit is contained in:
parent
662a8cccc2
commit
3c866dcee3
@ -126,7 +126,9 @@ class Later(callbacks.Privmsg):
|
||||
def tell(self, irc, msg, args):
|
||||
"""<nick> <text>
|
||||
|
||||
Tells <nick> <text> the next time <nick> is in seen.
|
||||
Tells <nick> <text> the next time <nick> is in seen. <nick> can
|
||||
contain wildcard characters, and the first matching nick will be
|
||||
given the note.
|
||||
"""
|
||||
(nick, text) = privmsgs.getArgs(args, required=2)
|
||||
if ircutils.strEqual(nick, irc.nick):
|
||||
|
Loading…
Reference in New Issue
Block a user