mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 21:29:24 +01:00
make later plugin send waiting messages on user join also, not just on privmsg.
This commit is contained in:
parent
2125e6db8e
commit
7ac4911f78
@ -198,7 +198,7 @@ class Later(callbacks.Plugin):
|
|||||||
def _formatNote(self, when, whence, note):
|
def _formatNote(self, when, whence, note):
|
||||||
return 'Sent %s: <%s> %s' % (self._timestamp(when), whence, note)
|
return 'Sent %s: <%s> %s' % (self._timestamp(when), whence, note)
|
||||||
|
|
||||||
|
doJoin = doPrivmsg
|
||||||
|
|
||||||
Class = Later
|
Class = Later
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user