From f1c30e2e0564f51ca892e0e4b59c9a94574c5b77 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Tue, 28 Feb 2012 18:50:01 +1300 Subject: [PATCH] Hashed out the sieve hook to avoid totally breaking CloudBot for all users --- plugins/mute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute.py b/plugins/mute.py index 0693e9c..26d15d8 100644 --- a/plugins/mute.py +++ b/plugins/mute.py @@ -25,7 +25,7 @@ def is_muted(chan, db): db.commit() return False -@hook.sieve +#@hook.sieve def mutesieve(bot, input, func, kind, args, db): if kind == "event": return input