updated docstring

This commit is contained in:
neersighted 2012-04-02 13:16:38 -07:00
parent 6d92d6e046
commit c5dc57dd0a

View file

@ -4,7 +4,7 @@ from util import hook
@hook.sieve
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"]
# don't block input to event hooks
if type == "event":