Hashed out the sieve hook to avoid totally breaking CloudBot for all users
This commit is contained in:
parent
0cbb886ae9
commit
f1c30e2e05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue