summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-13 22:10:57 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-13 22:10:57 +0000
commit32be456c07972a289ebbf8db99b88a591e963235 (patch)
tree59644e48d23de5f4aa442253da53a4a8ef7cf5fd /docs/inspircd.conf.example
parent763deccf122440ed8ea876ac53e0a6198b38240e (diff)
Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of modes to exempt chanops from (currently Sc are supported).
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7018 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 1379a077b..e37088f10 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -875,6 +875,9 @@
# This can be useful for finding servers which are #
# at risk of pinging out due to network issues. #
# #
+# exemptchanops - This option allows channel operators to be exempted#
+# from certain channel modes. #
+# Supported modes are +Sc. Defaults to Sc. #
<options prefixquit="Quit: "
loglevel="default"
@@ -905,7 +908,8 @@
hidemodes="eI"
quietbursts="yes"
pingwarning="15"
- allowhalfop="yes">
+ allowhalfop="yes"
+ exemptchanops="Sc">
#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#
# Time sychronization options for m_spanningtree linking. #
@@ -1181,9 +1185,6 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Block colour module: Blocking colour-coded messages with cmode +c
#<module name="m_blockcolor.so">
-#
-# Optionally, you can allow channel ops to bypass filtering. Defaults to no.
-# <blockcolor allowchanops="no">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Botmode module: Adds the user mode +B
@@ -1895,9 +1896,6 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Strip colour module: Adds the channel mode +S
#<module name="m_stripcolor.so">
-#
-# Optionally, you can allow channel ops to bypass filtering. Defaults to no.
-# <stripcolor allowchanops="no">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# SILENCE module: Adds support for /SILENCE