mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
Later: use .tag() to set tags, as there is no IrcMsg.__setattr__.
This commit is contained in:
parent
fee97c0308
commit
a4a0082c17
@ -259,7 +259,7 @@ class Later(callbacks.Plugin):
|
|||||||
s = self._formatNote(when, whence, note)
|
s = self._formatNote(when, whence, note)
|
||||||
irc.reply(s, private=private, prefixNick=not private)
|
irc.reply(s, private=private, prefixNick=not private)
|
||||||
self._flushNotes()
|
self._flushNotes()
|
||||||
msg.repliedTo = old_repliedto
|
msg.tag('repliedTo', old_repliedto)
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user