X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=595c97cfdfd557243fe56622a72a54aaacd5f401;hb=cd095102f471dc86dff08e141208bc9dc38cc78f;hp=798a63894e0e9e7ef95d93c389c713b556715b27;hpb=88822081c5a0ab0a88c677445b70ef07c198070a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 798a63894..595c97cfd 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -59,7 +59,7 @@ # # # # # Executable Include 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">