Hashed out the sieve hook to avoid totally breaking CloudBot for all users

This commit is contained in:
lukeroge 2012-02-28 18:50:01 +13:00
parent 0cbb886ae9
commit f1c30e2e05

View file

@ -25,7 +25,7 @@ def is_muted(chan, db):
db.commit() db.commit()
return False return False
@hook.sieve #@hook.sieve
def mutesieve(bot, input, func, kind, args, db): def mutesieve(bot, input, func, kind, args, db):
if kind == "event": if kind == "event":
return input return input