diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 11:33:56 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 11:33:56 +0000 |
commit | 7f4aa4e8d77a6e599b7f1bc33df4e12bbe440f1b (patch) | |
tree | c18b52be12f77093f6ea315fc194452ce6f6c019 /docs | |
parent | de6e135ccedfbc5b563d183b57c27335beaa67c8 (diff) |
Add <stripcolor:allowchanops> to allow channel operators to bypass color stripping. Defaults to off. Added to example config. Closes bug #288 :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6948 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 62fd21dc2..defa19a18 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1884,6 +1884,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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 |