X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fhung.git;a=blobdiff_plain;f=config.py;h=bdacc73660c3d43501609039dbe3d3b15c1e361d;hp=58c4a927b5a4b3381e7b4d1c8ed4dfd724cb78d4;hb=HEAD;hpb=6ac9765ce7280aa6b2e5cf1acd4f45a53593a910 diff --git a/config.py b/config.py index 58c4a92..bdacc73 100644 --- a/config.py +++ b/config.py @@ -11,7 +11,7 @@ play_channels=["#bot","#flood"] quiet_channels=[] logfile_template="hung.%s.log" -overops=["[20-100]","[20-100]_","Petite-Peste","PEB"] +overops=["[20-100]","Petite-Peste","PEB"] ops=[] report_bugs_to=["[20-100]"] @@ -50,3 +50,6 @@ leave_messages=["On finira la partie plus tard :p"] lives = 7 #: Caractères qui sont déjà affichés au début si il sont dans le mot non_guess_chars = "'-(). " + +#: bad guys +blacklisted_masks = [("*!leger@zamok.crans.org", None), ("*!*@alpha.jben.info", None)]