Redocument <connect:modes> and set commonchans by default.

This mode is fairly unintrusive and prevents PM spam from bots that
do not share a channel.
This commit is contained in:
Sadie Powell 2023-07-06 14:54:10 +01:00
parent cf8bb99155
commit 168642c310

View File

@ -335,12 +335,12 @@
# limit: How many users are allowed in this class
limit="5000"
# modes: User modes that are set on users in this block on connect.
# Enabling this option requires that the conn_umodes module be loaded.
# This entry is highly recommended to use for/with IP cloaking/masking.
# For the example to work, this also requires that the cloaking
# module be loaded as well.
modes="+x"
# modes: The modes to set on users in this class when they connect to
# the server. See https://docs.inspircd.org/3/user-modes/ for a list of
# user modes. The example below sets user modes v (deaf_commonchans)
# and x (cloak) which require the commonchans and cloak modules.
# This setting only has effect when the conn_umodes module is loaded.
modes="+cx"
# requireident: Require that users of this block have a valid ident response.
# Requires the ident module to be loaded.
@ -466,12 +466,12 @@
# limit: How many users are allowed in this class
limit="5000"
# modes: User modes that are set on users in this block on connect.
# Enabling this option requires that the conn_umodes module be loaded.
# This entry is highly recommended to use for/with IP cloaking/masking.
# For the example to work, this also requires that the cloaking
# module be loaded as well.
modes="+x">
# modes: The modes to set on users in this class when they connect to
# the server. See https://docs.inspircd.org/3/user-modes/ for a list of
# user modes. The example below sets user modes v (deaf_commonchans)
# and x (cloak) which require the commonchans and cloak modules.
# This setting only has effect when the conn_umodes module is loaded.
modes="+cx">