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 | |
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
-rw-r--r-- | conf/inspircd.conf.example | 13 | ||||
-rw-r--r-- | 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"> <connect # deny: Will not let people connect if they have specified host/IP. diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 27e748781..08a123fa6 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -51,7 +51,7 @@ # modes: usermodes besides +o that are set on a oper of this type # when they oper up. Used for snomasks and other things. # Requires that m_opermodes.so be loaded. - modes="+n"> + modes="+s +cCqQ"> <type name="GlobalOp" classes="OperChat BanControl HostCloak ServerLink" host="ircop.omega.org.za"> <type name="Helper" classes="HostCloak" host="helper.omega.org.za"> @@ -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"> + |