mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Seen: Fix save Seen.any.db. (thanks to beo_ for the repport and the test)
This commit is contained in:
parent
ad57b1c2ec
commit
ab087f4b45
@ -104,6 +104,7 @@ class Seen(callbacks.Plugin):
|
||||
self.lastmsg = {}
|
||||
self.ircstates = {}
|
||||
world.flushers.append(self.db.flush)
|
||||
world.flushers.append(self.anydb.flush)
|
||||
|
||||
def die(self):
|
||||
if self.db.flush in world.flushers:
|
||||
|
Loading…
Reference in New Issue
Block a user