X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=blobdiff_plain;f=config.py;h=eb54f7131af66d92e90f64beafd685fc0a81f331;hp=0c3e418341258c1d3016902c7c89a0f7b59aaffa;hb=eba0c55f7040122fb23ac110b8412f43df6bd1bd;hpb=cc54dd242e0bfcebfde61f7af0569567891e6069 diff --git a/config.py b/config.py index 0c3e418..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.", @@ -280,3 +280,7 @@ helpmsg_default = u"Liste des commandes disponibles :\nHELP IDENTIFY DROP SOLDE" 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, exceptlist]`` : on blacklistera ce qui match ``black`` +#: et aucun élément de ``exceptlist`` +blacklisted_masks = []