summaryrefslogtreecommitdiff
path: root/docs/modules.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r--docs/modules.conf.example11
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">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#