diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 58 |
1 files changed, 1 insertions, 57 deletions
diff --git a/data/example.conf b/data/example.conf index 8f7b2d971..0572642e1 100644 --- a/data/example.conf +++ b/data/example.conf @@ -130,7 +130,7 @@ BotCoreModules "bs_help bs_botlist bs_assign bs_set bs_kick bs_badwords bs_act b # These modules will be loaded as part of OperServ's core. # It is not recommended you change these settings unless you are # sure you understand exactly what it is you are doing. -OperCoreModules "os_help os_global os_stats os_oper os_admin os_staff os_mode os_kick os_clearmodes os_killclones os_akill os_sgline os_sqline os_szline os_chanlist os_userlist os_logonnews os_randomnews os_opernews os_session os_noop os_jupe os_ignore os_set os_reload os_update os_restart os_quit os_shutdown os_defcon os_chankill os_svsnick os_oline os_umode os_modload os_modunload os_modlist os_modinfo" +OperCoreModules "os_help os_global os_stats os_oper os_admin os_staff os_mode os_kick os_clearmodes os_akill os_sgline os_sqline os_szline os_chanlist os_userlist os_logonnews os_randomnews os_opernews os_session os_noop os_jupe os_ignore os_set os_reload os_update os_restart os_quit os_shutdown os_defcon os_chankill os_svsnick os_oline os_umode os_modload os_modunload os_modlist os_modinfo" # NickCoreModules <list> [RECOMMENDED] # These modules will be loaded as part of NickServ's core. @@ -1155,12 +1155,6 @@ SZLineExpiry 30d # KillOnSQline -# KillClonesAkillExpire <time> [REQUIRED] -# Sets the expiry time for autokills added for hosts that have been -# killed using the KILLCLONES command. - -KillClonesAkillExpire 30m - # DisableRaw [RECOMMENDED] # # Disables the highly destructive OperServ RAW command. @@ -1244,10 +1238,6 @@ WallDrop # services' performance. See the source and comments in sessions.c and the # online help for more information about session limiting. # -# Session limiting is meant to replace the CheckClones and KillClones -# code. It is therefore highly recommended that they are disabled when -# session limiting has been enabled. -# # NOTE: This option is not available when STREAMLINED is defined in # the Makefile. @@ -1308,52 +1298,6 @@ MaxSessionKill 15 SessionAutoKillExpiry 30m -# CheckClones <minusers> <maxdelay> <warningdelay> [DEPRECATED] -# Causes Services to try and detect "clones" connecting to the network. -# A WALLOPS (or GOPER, if supported on the IRC server) will be sent if -# Services thinks it has found clones. -# -# This feature has been superseded by Session Limiting. -# -# <minusers> sets the minimum number of users which must successively -# connect to the network before Services will send a clone warning. -# -# <maxdelay> sets the maximum time that can elapse between successive -# users before Services decides they are not clones. -# -# <warningdelay> sets the minimum time between clone warnings for -# clones from the same host. -# -# NOTE: This option is not available when STREAMLINED is defined in -# the Makefile. - -# CheckClones 5 10s 30s - -# KillClones [DISCOURAGED] [DEPRECATED] -# Causes Services to kill users which trigger the clone warnings. (If -# CheckClones is disabled, this will have no effect.) -# -# This feature has been superceded by Session Limiting. -# -# BEWARE! The clone checking code is easily fooled; it can be -# triggered falsely under many conditions, for example: -# -# - Multiple users connecting from a shell machine. -# -# - A single user repeatedly connecting and disconnecting. -# -# Be very sure you know what you're doing before you even think about -# enabling this option, and remember that Services comes with no -# warranty. -# -# If that wasn't enough discouragement: -# -# ***** DO NOT ENABLE THIS OPTION! ***** -# -# NOTE: This option is not available when STREAMLINED is defined in -# the Makefile. - -#KillClones # AddAkiller [OPTIONAL] # Adds the nickname of the Operator issuing an AKILL to the kill reason. |