]> gitweb.pimeys.fr Git - bots/themis.git/blobdiff - themis.py
"lol" et "buffer"
[bots/themis.git] / themis.py
index 5c94b4eb2ec4cc40273879505fe495727309de08..7ceb2f70410b36e3751e10be6e23174532544b89 100755 (executable)
--- 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")