whitespace nitpickery
This commit is contained in:
parent
69c8922024
commit
a4839fd35f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue