1 |
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 |
LOG - Sets the Logging level for what is logged |
8 |
to ircd.log and syslog. |
9 |
MAX - Sets the number of max connections |
10 |
to <value>. (This number cannot exceed |
11 |
HARD_FDLIMIT in defaults.h) |
12 |
IDLETIME - The number of seconds a client can be idle |
13 |
before disconnecting them |
14 |
FLOODCOUNT - The number of lines allowed before |
15 |
throttling a connection due to flooding |
16 |
Note that this variable is used for both |
17 |
channels and clients |
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 |
MSGLOCALE - Set the message locale |
23 |
standard - Compiled in defaults |
24 |
custom - Old CUSTOM_ERR messages |
25 |
SPLITMODE - Sets splitmode to <value>: |
26 |
ON - splitmode is permanently on |
27 |
OFF - splitmode is permanently off |
28 |
AUTO - ircd chooses splitmode based on |
29 |
SPLITUSERS and SPLITNUM |
30 |
SPLITUSERS - Sets the minimum amount of users needed to |
31 |
deactivate automatic splitmode. |
32 |
SPLITNUM - Sets the minimum amount of servers needed to |
33 |
deactivate automatic splitmode. |
34 |
|
35 |
# $Id$ |