Merge branch 'testing'

This commit is contained in:
Valentin Lorentz 2011-04-03 14:45:43 +02:00
commit c18337376d

View File

@ -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: