new config format
This commit is contained in:
parent
2466c9fbb4
commit
95d6570436
5 changed files with 68 additions and 68 deletions
|
@ -3,7 +3,7 @@ from util import hook
|
|||
from fnmatch import fnmatch
|
||||
|
||||
|
||||
@hook.sieve
|
||||
#@hook.sieve
|
||||
def ignore_sieve(bot, input, func, type, args):
|
||||
""" blocks input from ignored channels/hosts """
|
||||
ignorelist = bot.config["plugins"]["ignore"]["ignored"]
|
||||
|
|
Reference in a new issue