From ec4f934fee65635a65a1c2f4f1bb0556c9a45a84 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sat, 13 Apr 2013 23:14:44 +0200 Subject: [PATCH] boobot: Style fixes --- contrib/boobot.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/boobot.py b/contrib/boobot.py index 3d8558f4..810dcd4e 100755 --- a/contrib/boobot.py +++ b/contrib/boobot.py @@ -52,10 +52,10 @@ class MyThread(Thread): self.weboob.loop() def find_keywords(self, text): - for word in ['weboob', 'videoob', 'havesex', 'havedate', 'monboob', 'boobmsg', \ - 'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', \ - 'boobathon', 'boobank', 'boobtracker', 'comparoob', 'wetboobs', \ - 'webcontentedit', 'weboorrents', u'sàt', u'salut à toi', 'ass2m', \ + for word in ['weboob', 'videoob', 'havesex', 'havedate', 'monboob', 'boobmsg', + 'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', + 'boobathon', 'boobank', 'boobtracker', 'comparoob', 'wetboobs', + 'webcontentedit', 'weboorrents', u'sàt', u'salut à toi', 'ass2m', 'budget insight', 'budget-insight', 'budgetinsight', 'budgea']: if word in text.lower(): return word @@ -139,7 +139,7 @@ def main(): thread.start() try: - bot.start(); + bot.start() except KeyboardInterrupt: print "Stopped."