whitespace nitpickery

This commit is contained in:
Brian S. Stephan 2010-10-25 18:37:30 -05:00
parent 69c8922024
commit a4839fd35f
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ class Karma(Module):
def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
"""look for karma strings at the start of messages"""
if (self.karmare.match(what)):
self.handle_karma_change(connection, nick, userhost, replypath, what)
elif (self.queryre.match(what)):
self.handle_karma_query(connection, nick, userhost, replypath, what)