From e17db71dede627381d5d35365788ea913dfc674a Mon Sep 17 00:00:00 2001 From: Themis le bot IRC Date: Mon, 16 Jul 2012 16:29:17 +0200 Subject: [PATCH] "lol" et "buffer" --- themis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themis.py b/themis.py index 5c94b4e..7ceb2f7 100755 --- a/themis.py +++ b/themis.py @@ -169,7 +169,7 @@ config_kick_channels=config_chanlist config_smileys = [ur':(-|o)?\)', u'\^(_|\.)?\^', u':-?(p|P)', u'=(\)|D|p|P)', ur'\\o/', ur':-?D', ur'x(\)|D)', u'krkr', ur':-?(\]|>)', ur'(<|d|q|\(|\[)(:|=)'] config_anglicismes = [u"wtf", u"ftfy", u"it works?", u"fyi", u"kill[^ ]*", u"kick[^ ]*", u"chan(nel)?", u"join", -u"btw", u"lmgtfy", u"rtfm", u"asap", u"afaik", u"shit", u"damn", u"fuck", u"bitch", u"updat(e|ed|ing)"] +u"btw", u"lmgtfy", u"rtfm", u"asap", u"afaik", u"shit", u"damn", u"fuck", u"bitch", u"updat(e|ed|ing)", u"lol", u"buffer[^ ]*"] def log(serveur,channel,auteur=None,message=None): f=open(get_config_logfile(serveur),"a") -- 2.39.2