From b43e1b361f871ca564c887823fae8ac6664e1be8 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 12 Oct 2008 17:33:29 +0000 Subject: Patches for updated config from jdhore, thanks! :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10639 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.conf.example | 13 +++++++------ conf/opers.conf.example | 3 ++- 2 files changed, 9 insertions(+), 7 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"> + modes="+s +cCqQ"> @@ -114,3 +114,4 @@ # type: What oper type this oline is. See the block above for list # of types. NOTE: This is case-sensitive as well. type="NetAdmin"> + -- cgit v1.2.3