mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 20:09:16 +01:00
28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
SET <option> <value>
|
|
|
|
<option> can be one of the following:
|
|
ADMINSTRING - Sets string shown in WHOIS for admins
|
|
AUTOCONN - Sets auto-connect on or off for a particular
|
|
server
|
|
AUTOCONNALL - Sets auto-connect on or off for all servers
|
|
FLOODCOUNT - The number of lines allowed before
|
|
throttling a connection due to flooding
|
|
Note that this variable is used for both
|
|
channels and clients
|
|
IDENTTIMEOUT- Timeout for requesting ident from a client
|
|
MAX - Sets the number of max connections
|
|
to <value>.
|
|
OPERSTRING - Sets string shown in WHOIS for opers
|
|
SPAMNUM - Sets how many join/parts to channels
|
|
constitutes a possible spambot.
|
|
SPAMTIME - Below this time on a channel
|
|
counts as a join/part as above.
|
|
SPLITMODE - Sets splitmode to <value>:
|
|
ON - splitmode is permanently on
|
|
OFF - splitmode is permanently off
|
|
AUTO - ircd chooses splitmode based on
|
|
SPLITUSERS and SPLITNUM
|
|
SPLITUSERS - Sets the minimum amount of users needed to
|
|
deactivate automatic splitmode.
|
|
SPLITNUM - Sets the minimum amount of servers needed to
|
|
deactivate automatic splitmode.
|