From 0b1168419748081ea07988abeb9ef3c8899becec Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Wed, 11 Aug 2010 02:31:40 -0600 Subject: [PATCH] see bots --- plugins/seen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/seen.py b/plugins/seen.py index c810b67..696b990 100644 --- a/plugins/seen.py +++ b/plugins/seen.py @@ -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)"