From a012abd98b6e24bf6e7dfc3d60adf688386ad30d Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sun, 14 Jul 2013 19:15:05 +0200 Subject: [PATCH] boobot: Update keywords --- contrib/boobot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/boobot.py b/contrib/boobot.py index f4fc32f3..9ce3758d 100755 --- a/contrib/boobot.py +++ b/contrib/boobot.py @@ -191,9 +191,9 @@ class MyThread(Thread): def find_keywords(self, text): for word in [ 'weboob', 'videoob', 'havesex', 'havedate', 'monboob', 'boobmsg', - 'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', + 'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', 'handjoob', 'boobathon', 'boobank', 'boobtracker', 'comparoob', 'wetboobs', - 'webcontentedit', 'weboorrents', u'sàt', u'salut à toi', 'ass2m', + 'webcontentedit', 'weboorrents', u'sàt', u'salut à toi', 'assnet', 'budget insight', 'budget-insight', 'budgetinsight', 'budgea']: if word in text.lower(): return word