mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-28 22:41:05 -05:00
added a command to vacuum the database
This commit is contained in:
parent
f090013af6
commit
974f3ce4cd
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user