diff options
author | B00mX0r <b00mx0r@aureus.pw> | 2017-12-20 20:53:59 -0800 |
---|---|---|
committer | B00mX0r <b00mx0r@aureus.pw> | 2017-12-22 14:44:29 -0800 |
commit | 05d92363f9aa4c89fd631426f78dd5299b667df2 (patch) | |
tree | ead9027450e1f4e05c8577a41c09b7d13b731d70 | |
parent | 5307c897a3516f7bb23dbb79747f1d9aa7b1f6e6 (diff) |
Fix two minor docs issues
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index b131f15ea..893dfb5f0 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -724,10 +724,10 @@ # 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 diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 7fb68995a..9c19e3e43 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -402,14 +402,14 @@ # 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 @@ -426,26 +426,26 @@ # 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="&" + #aprefix="&" # 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"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |