X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=blobdiff_plain;f=config.py;h=e01a1d959cc02e6b720a3286a6c940caa0400810;hp=0c3e418341258c1d3016902c7c89a0f7b59aaffa;hb=9855612a4a50d3d4302486d9b18c004c061338b5;hpb=d0bd8172e1d1b36f945a1217bd8058cad8f9bdb0 diff --git a/config.py b/config.py index 0c3e418..e01a1d9 100644 --- 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 = []