summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-14 05:04:45 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-14 05:04:45 +0000
commit6c52aebb50e013483d079f0ef75a01dffd866141 (patch)
tree53e994a4cc096e6fa3151d1b882bd3a753fcd540 /docs
parent957b298e48f06e801da8c260147c771515858cbe (diff)
Switch the order of arguments in the +X mode, thanks aquanight for the suggestion
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12456 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/modules.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example
index cc120af61..db4b1db52 100644
--- a/docs/modules.conf.example
+++ b/docs/modules.conf.example
@@ -739,10 +739,10 @@
#-#-#-#-#-#-#-#-#-#- EXEMPTCHANOPS CONFIGURATION -#-#-#-#-#-#-#-#-#-#
# 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 #
+# [mode]:[minstatus] 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">
+# Use "blockcolor:*" to override a default exemption #
+#<exemptchanops defaults="nonick:v flood:o">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#