blob: 589fa5b6cba685fb2fbe18d967b247abc8566b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
SET <option> <value>
<option> can be one of the following:
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
JFLOODCOUNT - Sets the number of joins in JFLOODTIME to
count as flooding. Use 0 to disable.
JFLOODTIME - The amount of time in seconds in JFLOODCOUNT to consider
as join flooding. Use 0 to disable.
MAX - Sets the number of max connections
to <value>. (This number cannot exceed
HARD_FDLIMIT in defaults.h)
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
SPLITNUM - Sets the minimum amount of servers needed to
deactivate automatic splitmode.
SPLITUSERS - Sets the minimum amount of users needed to
deactivate automatic splitmode.
- Requires Oper Priv: set
|