From 974f3ce4cd16f9f4c8c8f87322f550ecc96eae5d Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Mon, 21 Jul 2014 20:36:18 +0200 Subject: [PATCH] added a command to vacuum the database --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 3f0cb7e..8909da4 100644 --- a/plugin.py +++ b/plugin.py @@ -1482,7 +1482,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler): irc.reply('nick not found') isbad = wrap(isbad,['op','nick']) - def vacuum (self,irc,msg,args,user): + def vacuum (self,irc,msg,args): """VACUUM the database""" db = self.getDb(irc.network) c = db.cursor()