remove trailing whitespace

This commit is contained in:
Mike Bloy 2010-12-01 10:58:04 -06:00
parent b425895107
commit 9340c76361
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class Karma(Module):
conn.rollback()
print("sqlite error: " + str(e))
raise
def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
"""look for karma strings at the start of messages"""
@ -104,7 +104,7 @@ class Karma(Module):
return self.handle_stat_query(connection, nick, userhost, replypath, what)
elif (self.reportre.search(what)):
return self.handle_report_query(connection, nick, userhost, replypath, what)
def handle_karma_change(self, connection, nick, userhost, replypath, what):
"""
handle the karma change and storage.