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