mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
Merge pull request #539 from nyuszika7h/testing
Do the previous commit in a more clean way
This commit is contained in:
commit
8e023ed8c6
@ -245,10 +245,7 @@ class Later(callbacks.Plugin):
|
|||||||
private = self.registryValue('private')
|
private = self.registryValue('private')
|
||||||
for (when, whence, note) in notes:
|
for (when, whence, note) in notes:
|
||||||
s = self._formatNote(when, whence, note)
|
s = self._formatNote(when, whence, note)
|
||||||
if private:
|
irc.reply(s, private=private, prefixNick=not private)
|
||||||
irc.reply(s, private=True)
|
|
||||||
else:
|
|
||||||
irc.reply(s, private=False, prefixNick=True)
|
|
||||||
self._flushNotes()
|
self._flushNotes()
|
||||||
|
|
||||||
def _formatNote(self, when, whence, note):
|
def _formatNote(self, when, whence, note):
|
||||||
|
Loading…
Reference in New Issue
Block a user