updated docstring
This commit is contained in:
parent
6d92d6e046
commit
c5dc57dd0a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from util import hook
|
||||||
|
|
||||||
@hook.sieve
|
@hook.sieve
|
||||||
def ignoresieve(bot, input, func, type, args):
|
def ignoresieve(bot, input, func, type, args):
|
||||||
""" blocks input from ignored channels/nicks """
|
""" blocks input from ignored channels/nicks/hosts """
|
||||||
ignorelist = bot.config["plugins"]["ignore"]["ignored"]
|
ignorelist = bot.config["plugins"]["ignore"]["ignored"]
|
||||||
# don't block input to event hooks
|
# don't block input to event hooks
|
||||||
if type == "event":
|
if type == "event":
|
||||||
|
|
Reference in a new issue