make later plugin send waiting messages on user join also, not just on privmsg.

This commit is contained in:
Daniel Folkinshteyn 2010-04-09 13:34:39 -04:00
parent 2125e6db8e
commit 7ac4911f78

View File

@ -198,7 +198,7 @@ class Later(callbacks.Plugin):
def _formatNote(self, when, whence, note):
return 'Sent %s: <%s> %s' % (self._timestamp(when), whence, note)
doJoin = doPrivmsg
Class = Later