summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel De Graaf <danieldg@inspircd.org>2010-08-03 18:14:04 -0400
committerDaniel De Graaf <danieldg@inspircd.org>2010-08-03 18:14:04 -0400
commitd14b48f31beee0283cfefff2ff88dd645a9c80c6 (patch)
treeda8e02b2b26da46459d6b2d6ff58afdd89f927fe /docs
parent5ab1c0da2e22352b0f66a7f89f5dd0a5e45b8bde (diff)
Clarify the m_custom prefix message a bit
Diffstat (limited to 'docs')
-rw-r--r--docs/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example
index da7e5ddb6..7975283ee 100644
--- a/docs/modules.conf.example
+++ b/docs/modules.conf.example
@@ -632,7 +632,7 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Custom prefixes : allows for channel prefixes to be added.
-# This replaces m_chanprotect and m_halfop
+# This can replace m_chanprotect and m_halfop, except for interation with services
#<module name="m_customprefix.so">
#
# name The name of the mode, must be unique from other modes
@@ -645,7 +645,7 @@
#<customprefix name="founder" letter="q" prefix="~" rank="50000" ranktoset="50000">
#<customprefix name="admin" letter="a" prefix="&" rank="40000" ranktoset="50000">
#<customprefix name="halfop" letter="h" prefix="%" rank="20000" ranktoset="30000">
-<customprefix name="halfvoice" letter="V" prefix="-" rank="1" ranktoset="20000">
+#<customprefix name="halfvoice" letter="V" prefix="-" rank="1" ranktoset="20000">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Custom title module: Adds the /TITLE command which allows for trusted