From c5dc57dd0a5b5feedca1390e099c569b28ffa390 Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 2 Apr 2012 13:16:38 -0700 Subject: [PATCH] updated docstring --- plugins/ignore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ignore.py b/plugins/ignore.py index 662531f..710ae42 100755 --- a/plugins/ignore.py +++ b/plugins/ignore.py @@ -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":