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: