diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-12 17:33:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-12 17:33:29 +0000 |
commit | b43e1b361f871ca564c887823fae8ac6664e1be8 (patch) | |
tree | ad1c9a0b87b72da5f2669da1bd68cb46f0c13945 /conf/inspircd.conf.example | |
parent | 28801718521fa1d07af3678d6ec171e4a95ffd19 (diff) |
Patches for updated config from jdhore, thanks! :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10639 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.conf.example')
-rw-r--r-- | conf/inspircd.conf.example | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 72f79329b..3dc3028c3 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"> <connect # deny: Will not let people connect if they have specified host/IP. |