Anope Version 1.6.0 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ########################################################################### # # DefCon configuration # ########################################################################### # DefConLevel [OPTIONAL] # Default defcon level (1-5) to use when starting services up, level 5 # instructs services to run as normal. #DefConLevel 5 # DefCon1-4 [REQUIRED if Defcon is activated] # These numercics determine which of the following operations take place # at each level, the correct numeric can be found by adding together the # number for each restriction you wish to place at a level. # No new channel registrations 1 # No New Nick Registrations 2 # No MLOCK changes 4 # Force Chan Mode 8 # Use Reduced Session Limit 16 # KILL any new clients trying to connect 32 # Services will ignore everyone but opers 64 # Services will silently ignore everyone but opers 128 # AKILL all new clients trying to connect 256 # No new memos sent to block memoserv attacks 512 #DefCon4 23 # No channel reg + No Nick Reg + No MLOCK changes + Use Reduced Session Limit # 1 + 2 + 4 + 16 #DefCon3 31 # As DefCon4 + Services will Force Chan Mode's on channels # 23 + 8 #DefCon2 159 # As DefCon3 + Services will silently ignore everyone but opers # 32 + 128 #DefCon1 415 # As DefCon2 + AKILL all new clients trying to connect # 159 + 256 # DefConSessionLimit [REQUIRED if DefCon is activated] # New session limit to use when a defcon level is using "reduced" # session limiting. # NOTE: When using DefCon this value needs to be defined #DefConSessionLimit 2 # DefConAkillExpire