]> gitweb.pimeys.fr Git - bots/basile.git/blobdiff - config.py
Fonction de blacklist
[bots/basile.git] / config.py
index 0c3e418341258c1d3016902c7c89a0f7b59aaffa..e01a1d959cc02e6b720a3286a6c940caa0400810 100644 (file)
--- a/config.py
+++ b/config.py
@@ -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, except]`` : on blacklistera ce qui match ``black``
+#: et pas ``except``. ``except`` peut être None.
+blacklisted_masks = []