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 /docs/conf/modules.conf.example | |
parent | 5307c897a3516f7bb23dbb79747f1d9aa7b1f6e6 (diff) |
Fix two minor docs issues
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 18 |
1 files changed, 9 insertions, 9 deletions
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"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |