From 7ac4911f7857aa99cebb59ab41bb9754cd5fd3b0 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Fri, 9 Apr 2010 13:34:39 -0400 Subject: [PATCH] make later plugin send waiting messages on user join also, not just on privmsg. --- plugins/Later/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Later/plugin.py b/plugins/Later/plugin.py index 7e816c6ad..92e7298a2 100644 --- a/plugins/Later/plugin.py +++ b/plugins/Later/plugin.py @@ -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