]> gitweb.pimeys.fr Git - bots/themis.git/commitdiff
Ajout de "rofl" et "mdr"
authorThemis le bot IRC <themis@crans.org>
Mon, 16 Jul 2012 14:49:40 +0000 (16:49 +0200)
committerThemis le bot IRC <themis@crans.org>
Mon, 16 Jul 2012 14:49:40 +0000 (16:49 +0200)
themis.py

index 7ceb2f70410b36e3751e10be6e23174532544b89..99c73431f47d416bfe104b9da75439396a268ab8 100755 (executable)
--- a/themis.py
+++ b/themis.py
@@ -167,9 +167,9 @@ config_leave_fail_messages=config_quit_fail_messages
 # config de kick
 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_smileys = [ur':(-|o)?\)', u'\^(_|\.)?\^', u':-?(p|P)', u'=(\)|D|p|P)', ur'\\o/', ur':-?D', ur'x(\)|D)', u'krkr', ur':-?(\]|>)', ur'(<|d|q|\(|\[)(:|=)', u'mdr']
 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"lol", u"buffer[^ ]*"]
+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[^ ]*", u"rofl"]
 
 def log(serveur,channel,auteur=None,message=None):
     f=open(get_config_logfile(serveur),"a")