hurf (I should stop doing whitespace changes that break things)

This commit is contained in:
Ryan Hitchman 2010-05-10 18:02:15 -06:00
parent 420c8f518d
commit b845bfcf25
1 changed files with 1 additions and 1 deletions

View File

@ -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