diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-23 19:07:40 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-23 19:07:40 +0000 |
commit | 38e125bdb8422343a86017479d00b462bf36e784 (patch) | |
tree | b016af970c84de61a071ad1ec4fd98a53165b570 /conf | |
parent | efc75198ded220f6af88914252c3361f6a5664d9 (diff) |
Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/opers.conf.example | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index d0953d320..2b75fa808 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -12,10 +12,10 @@ # # <class - name="Shutdown" + name="Shutdown" # commands: oper commands that users of this class can run. - commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD GUNLOADMODULE GRELOADMODULE SAJOIN SAPART SANICK SAQUIT SATOPIC" + commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD GUNLOADMODULE GRELOADMODULE SAJOIN SAPART SANICK SAQUIT SATOPIC" # privs: special privileges that users with this class may utilise. # VIEWING: @@ -34,7 +34,7 @@ privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit channels/set-permanent users/flood/no-throttle users/flood/increased-buffers" # usermodes: Oper-only usermodes that opers with this class can use. - usermodes="*" + usermodes="*" # chanmodes: Oper-only channel modes that opers with this class can use. chanmodes="*"> @@ -61,16 +61,16 @@ # classes: classes (above blocks) that this type belongs to. classes="OperChat BanControl HostCloak Shutdown ServerLink" - # host: host oper gets on oper-up. This is optional. - host="netadmin.omega.org.za" + # vhost: host oper gets on oper-up. This is optional. + vhost="netadmin.omega.org.za" # 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="+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"> +<type name="GlobalOp" classes="OperChat BanControl HostCloak ServerLink" vhost="ircop.omega.org.za"> +<type name="Helper" classes="HostCloak" vhost="helper.omega.org.za"> #-#-#-#-#-#-#-#-#-#-#- OPERATOR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# @@ -80,7 +80,7 @@ # # # oline with plain-text password -<oper +<oper # name: oper login that is used to oper up (/oper name password). # Remember: This is case sensitive name="Brain" @@ -111,6 +111,10 @@ # are loaded. #sslonly="yes" + # vhost: overrides the vhost in the type block. Class and modes may also + # be overridden + vhost="brain.netadmin.omega" + # type: What oper type this oline is. See the block above for list # of types. NOTE: This is case-sensitive as well. type="NetAdmin"> @@ -124,7 +128,7 @@ type="NetAdmin"> # oline with hashed password. It is highly recommended to use hashed passwords. -<oper +<oper # name: oper login that is used to oper up (/oper name password). # Remember: This is case sensitive name="Brain" |