]> gitweb.pimeys.fr Git - bots/basile.git/blobdiff - config.py
Moar insults
[bots/basile.git] / config.py
index 0c3e418341258c1d3016902c7c89a0f7b59aaffa..eb54f7131af66d92e90f64beafd685fc0a81f331 100644 (file)
--- 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 = []