mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
make later plugin send waiting messages on user join also, not just on privmsg.
This commit is contained in:
parent
fcaa7863fa
commit
7ec1ca2070
@ -202,6 +202,8 @@ 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
|
||||||
Later = internationalizeDocstring(Later)
|
Later = internationalizeDocstring(Later)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user