1 |
adx |
30 |
SET <option> <value> |
2 |
|
|
|
3 |
|
|
<option> can be one of the following: |
4 |
|
|
AUTOCONN - Sets auto-connect on or off for a particular |
5 |
|
|
server |
6 |
|
|
AUTOCONNALL - Sets auto-connect on or off for all servers |
7 |
michael |
416 |
FLOODCOUNT - The number of lines allowed before |
8 |
|
|
throttling a connection due to flooding |
9 |
|
|
Note that this variable is used for both |
10 |
|
|
channels and clients |
11 |
|
|
JFLOODCOUNT - Sets the number of joins in JFLOODTIME to |
12 |
|
|
count as flooding. Use 0 to disable. |
13 |
|
|
JFLOODTIME - The amount of time in seconds in JFLOODCOUNT to consider |
14 |
|
|
as join flooding. Use 0 to disable. |
15 |
adx |
30 |
MAX - Sets the number of max connections |
16 |
michael |
416 |
to <value>. (This number cannot exceed |
17 |
adx |
30 |
HARD_FDLIMIT in defaults.h) |
18 |
|
|
SPAMNUM - Sets how many join/parts to channels |
19 |
|
|
constitutes a possible spambot. |
20 |
|
|
SPAMTIME - Below this time on a channel |
21 |
|
|
counts as a join/part as above. |
22 |
|
|
SPLITMODE - Sets splitmode to <value>: |
23 |
|
|
ON - splitmode is permanently on |
24 |
|
|
OFF - splitmode is permanently off |
25 |
|
|
AUTO - ircd chooses splitmode based on |
26 |
|
|
SPLITUSERS and SPLITNUM |
27 |
michael |
416 |
SPLITNUM - Sets the minimum amount of servers needed to |
28 |
|
|
deactivate automatic splitmode. |
29 |
adx |
30 |
SPLITUSERS - Sets the minimum amount of users needed to |
30 |
|
|
deactivate automatic splitmode. |