X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=595c97cfdfd557243fe56622a72a54aaacd5f401;hb=cd095102f471dc86dff08e141208bc9dc38cc78f;hp=72f79329b738639d5649b466012b6f1abe99b2ec;hpb=28801718521fa1d07af3678d6ec171e4a95ffd19;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 72f79329b..595c97cfd 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -169,11 +169,7 @@ # restartpass: Password for opers to use if they need to restart # a server. - restartpass="" - - # pause: Seconds to wait after a die command is sent before the - # server actually shuts down - pause="2"> + restartpass=""> #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# @@ -234,7 +230,12 @@ globalmax="3" # limit: How many users are allowed in this class - limit="5000"> + limit="5000" + + # modes: Usermodes that are set on users in this block on connect. + # Enabling this option requires that the m_conn_umodes module be loaded. + # This entry is highly recommended to use for/with IP Cloaking/masking. + modes="+x">