diff --git a/plugins/Later.py b/plugins/Later.py index c0e682d99..4fbd10217 100644 --- a/plugins/Later.py +++ b/plugins/Later.py @@ -126,7 +126,9 @@ class Later(callbacks.Privmsg): def tell(self, irc, msg, args): """ - Tells the next time is in seen. + Tells the next time is in seen. 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):