From ab087f4b45b11e9091c276987856f73bd2110934 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Apr 2011 14:45:33 +0200 Subject: [PATCH] Seen: Fix save Seen.any.db. (thanks to beo_ for the repport and the test) --- plugins/Seen/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Seen/plugin.py b/plugins/Seen/plugin.py index 7d2fee947..7f1fbd718 100644 --- a/plugins/Seen/plugin.py +++ b/plugins/Seen/plugin.py @@ -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: