diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-09 08:08:39 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-09 08:08:39 +0000 |
commit | d1f2a430501aec8bc893647dc1049b8499e1caf6 (patch) | |
tree | b53cdbf8006eaea176eed70816a0e73936de91c5 /docs/modules.conf.example | |
parent | 7f722fa65680487ab018a65469d27ce43335b67d (diff) |
Update m_exemptchanops to allow users to specify the status required for the exemption
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12412 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r-- | docs/modules.conf.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index 7de56622d..532073a18 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -737,11 +737,12 @@ #<module name="m_exemptchanops.so"> # # # #-#-#-#-#-#-#-#-#-#- EXEMPTCHANOPS CONFIGURATION -#-#-#-#-#-#-#-#-#-# -# alwaysexempt - Modes channel operators are always exempt from, -# regardless of channel setting. -# neverexempt - Modes channel operators are never exempt from, -# regardless of channel setting. -#<exemptchanops alwaysexempt="nickflood censor flood filter" neverexempt="regmoderated"> +# defaults - default exemptions. These can be added to or overridden # +# by the channel mode +X. Each item is of the form # +# [minstatus]:[mode] where you must have [minstatus] in # +# order to be able to bypass [mode]. # +# Use "*:blockcolor" to override a default exemption # +#<exemptchanops defaults="v:nonick o:flood"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |