mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
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:
parent
cf8bb99155
commit
168642c310
@ -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">
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user