From ad57b1c2ecf4df936434af7e5faf68315790e7a7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 9 Mar 2011 12:06:54 +0100 Subject: [PATCH 1/2] Misc: fix french translation --- plugins/Misc/locale/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Misc/locale/fr.po b/plugins/Misc/locale/fr.po index 855f91ff4..560125e56 100644 --- a/plugins/Misc/locale/fr.po +++ b/plugins/Misc/locale/fr.po @@ -102,7 +102,7 @@ msgid "" msgstr "" "[] []\n" "\n" -"Cette commande donne une description utilie de ce que fait la . n'est nécessaire que si la commande est présente dans plus d'un plugin." +"Cette commande donne une description utile de ce que fait la . n'est nécessaire que si la commande est présente dans plus d'un plugin." #: plugin.py:198 msgid "That command exists in the %L plugins. Please specify exactly which plugin command you want help with." From ab087f4b45b11e9091c276987856f73bd2110934 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Apr 2011 14:45:33 +0200 Subject: [PATCH 2/2] 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: