mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +01:00
Seen: Fix save Seen.any.db. (thanks to beo_ for the repport and the test)
Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net> Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
854e086fa7
commit
8ded033410
@ -99,6 +99,7 @@ class Seen(callbacks.Plugin):
|
|||||||
self.lastmsg = {}
|
self.lastmsg = {}
|
||||||
self.ircstates = {}
|
self.ircstates = {}
|
||||||
world.flushers.append(self.db.flush)
|
world.flushers.append(self.db.flush)
|
||||||
|
world.flushers.append(self.anydb.flush)
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
if self.db.flush in world.flushers:
|
if self.db.flush in world.flushers:
|
||||||
|
Loading…
Reference in New Issue
Block a user