X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fibot.git;a=blobdiff_plain;f=config.py;h=f41d510d9f06d5da923f98c55f4feb760b36d4ce;hp=d69aa930792ae21cad289de31d72c3a321809ad0;hb=c34e070ad271d60b01257b3e14f909145c99d379;hpb=c7a5f68738fafa3253f8efb5dcc60d1dfa14d878 diff --git a/config.py b/config.py index d69aa93..f41d510 100644 --- a/config.py +++ b/config.py @@ -17,8 +17,8 @@ quiet_channels=[] logfile_template="ibot.%s.log" # les ops -overops=["[20-100]","[20-100]_"] -ops=[] +overops=["[20-100]"] +ops=["PEB"] report_bugs_to=["[20-100]"] # config UTF8-fail @@ -164,3 +164,6 @@ leave_messages=quit_messages quit_fail_messages = [u"iCrève."] leave_fail_messages = quit_fail_messages pas_programme_pour_tobeir = [u"iTry again!"] + +#: bad guys +blacklisted_masks = [("*!leger@zamok.crans.org", None)]