X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=blobdiff_plain;f=config.py;h=eb54f7131af66d92e90f64beafd685fc0a81f331;hp=e01a1d959cc02e6b720a3286a6c940caa0400810;hb=eba0c55f7040122fb23ac110b8412f43df6bd1bd;hpb=9855612a4a50d3d4302486d9b18c004c061338b5 diff --git a/config.py b/config.py index e01a1d9..eb54f71 100644 --- a/config.py +++ b/config.py @@ -63,7 +63,7 @@ u"garce", u"glandu", u"gogol", u"goujat", u"gourdasse", u"gredin", u"gringalet", u"naze", u"truie", u"iconoclaste", u"peigne(-|)cul", u"ignare", u"illétré", u"lèche(|-)cul", u"malotru", u"motherfucker", u"nabot", u"nigaud", u"nul", u"escroc", u"pouffiasse", u"pourriture", u"raclure", u"relou", u"sagouin", u"putain", -u"péripatéticienne"] +u"péripatéticienne", u"bitch", u"whore"] #: Réponses aux insultes insultes_answers = [ u"Oh non ! Quelle insulte ! Je crois que je ne m'en relèverai jamais…\nEnfin presque.", @@ -281,6 +281,6 @@ helpmsg_ops = u" JOIN LEAVE QUIET NOQUIET LOST RECONNECT RELOAD" #: Message d'aide par défaut à ajouter pour les OVEROPs helpmsg_overops = u" SAY DO STAY NOSTAY OPS OVEROPS KICK DIE CRASH" -#: Liste de paires de masques ``[black, except]`` : on blacklistera ce qui match ``black`` -#: et pas ``except``. ``except`` peut être None. +#: Liste de paires de masques ``[black, exceptlist]`` : on blacklistera ce qui match ``black`` +#: et aucun élément de ``exceptlist`` blacklisted_masks = []