From 8ded033410579c80bf444f5aaca5b3f3180a7404 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) Signed-off-by: Daniel Folkinshteyn Signed-off-by: James McCoy --- plugins/Seen/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Seen/plugin.py b/plugins/Seen/plugin.py index 8ea6ea9fd..02f897ecd 100644 --- a/plugins/Seen/plugin.py +++ b/plugins/Seen/plugin.py @@ -99,6 +99,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: