From b845bfcf25a0c4e25e6e7d1fe03debc24415c473 Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Mon, 10 May 2010 18:02:15 -0600 Subject: [PATCH] hurf (I should stop doing whitespace changes that break things) --- plugins/sieve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sieve.py b/plugins/sieve.py index 95e29c6..1b43120 100644 --- a/plugins/sieve.py +++ b/plugins/sieve.py @@ -5,7 +5,7 @@ from util import hook @hook.sieve def sieve_suite(bot, input, func, kind, args): - if input.command == 'PRIVMSG' and + if input.command == 'PRIVMSG' and \ input.nick.lower()[-3:] == 'bot' and args.get('ignorebots', True): return None