boobot: Update keywords

This commit is contained in:
Laurent Bachelier 2013-07-14 19:15:05 +02:00
commit a012abd98b

View file

@ -191,9 +191,9 @@ class MyThread(Thread):
def find_keywords(self, text): def find_keywords(self, text):
for word in [ for word in [
'weboob', 'videoob', 'havesex', 'havedate', 'monboob', 'boobmsg', 'weboob', 'videoob', 'havesex', 'havedate', 'monboob', 'boobmsg',
'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', 'flatboob', 'boobill', 'pastoob', 'radioob', 'translaboob', 'traveloob', 'handjoob',
'boobathon', 'boobank', 'boobtracker', 'comparoob', 'wetboobs', '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']: 'budget insight', 'budget-insight', 'budgetinsight', 'budgea']:
if word in text.lower(): if word in text.lower():
return word return word