This commit is contained in:
Ryan Hitchman 2010-08-11 02:31:40 -06:00
parent 761a012149
commit 0b11684197
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def db_init(db):
@hook.singlethread
@hook.event('PRIVMSG')
@hook.event('PRIVMSG', ignorebots=False)
def seeninput(paraml, input=None, db=None, bot=None):
db_init(db)
db.execute("insert or replace into seen(name, time, quote, chan)"