]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix two minor docs issues
authorB00mX0r <b00mx0r@aureus.pw>
Thu, 21 Dec 2017 04:53:59 +0000 (20:53 -0800)
committerB00mX0r <b00mx0r@aureus.pw>
Fri, 22 Dec 2017 22:44:29 +0000 (14:44 -0800)
docs/conf/inspircd.conf.example
docs/conf/modules.conf.example

index b131f15ea3f55a998ef43f66c7338edc95861a6f..893dfb5f0971f9a13deb2bb3a5bb5d7a84cb02ac 100644 (file)
           # the ircd. This may be set for security reasons or vanity reasons.
           customversion=""
 
-          # operspywhois: show opers (users/auspex) the +s channels a user is in. Values:
-          #  splitmsg  Split with an explanatory message
-          #  yes       Split with no explanatory message
-          #  no        Do not show
+          # operspywhois: show opers (users/auspex) the +s and +p channels a user is in. Values:
+          #  splitmsg  Split secret/private from public channels with an explanatory message
+          #  yes       Show secret/private channels
+          #  no        Do not show secret/private channels
           operspywhois="no"
 
           # runasuser: If this is set, InspIRCd will attempt to switch
index 7fb68995a11ea960e1875b272937407fe7adf329..9c19e3e43579d3c75333e8461854498e2801d710 100644 (file)
 # that looks like the name of another channel on the network.
 #<module name="m_channames.so">
 
-<channames
+#<channames
        # denyrange: characters or range of characters to deny in channel
        # names.
-       denyrange="2,3"
+       #denyrange="2,3"
 
        # allowrange: characters or range of characters to specifically allow
        # in channel names.
-       allowrange="">
+       #allowrange="">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Channelban: Implements extended ban j:, which stops anyone already
 # InspIRCd. You should use m_customprefix instead.
 #<module name="m_chanprotect.so">
 
-<chanprotect
+#<chanprotect
        # noservices: With this set to yes, when a user joins an 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"
+       #noservices="no"
 
        # qprefix: Prefix (symbol) to use for +q users.
-       qprefix="~"
+       #qprefix="~"
 
        # aprefix: Prefix (symbol) to use for +a users.
-       aprefix="&amp;"
+       #aprefix="&amp;"
 
        # deprotectself: If this value is set (true, yes or 1), it will allow
        # +a and +q users to remove the +a and +q from themselves, otherwise,
        # the status will have to be removed by services.
-       deprotectself="yes"
+       #deprotectself="yes"
 
        # deprotectothers: If this value is set to yes, true, or 1, then any
        # user with +q or +a may remove the +q or +a from other users.
-       deprotectothers="yes">
+       #deprotectothers="yes">
 
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#