summaryrefslogtreecommitdiff
path: root/conf/modules.conf.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-01 15:09:27 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-01 15:09:27 +0000
commitfb76ed9be4df5ddbb95a8f45fda9de049d2ea2df (patch)
tree92d1f8af3f6c61f7184f17edf9bd884e189a5927 /conf/modules.conf.example
parentee72c3d6e33db47310383c9189099b5df44f03e9 (diff)
Fix incorrect double-negative in help text
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11273 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r--conf/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example
index b8306dbb5..0809c4422 100644
--- a/conf/modules.conf.example
+++ b/conf/modules.conf.example
@@ -399,8 +399,8 @@
#<module name="m_chanprotect.so">
<chanprotect
- # noservices: With this set to no, when a user joins a empty channel,
- # the server will set +q on them. If set to yes, it will only set +o
+ # noservices: With this set to yes, when a user joins a empty channel,
+ # the server will set +q on them. If set to no, it will only set +o
# on them until they register the channel.
noservices="no"