8 |
|
throttling a connection due to flooding |
9 |
|
Note that this variable is used for both |
10 |
|
channels and clients |
11 |
– |
IDLETIME - The number of seconds a client can be idle |
12 |
– |
before disconnecting them |
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. |
17 |
– |
LOG - Sets the Logging level for what is logged |
18 |
– |
to ircd.log and syslog. |
15 |
|
MAX - Sets the number of max connections |
16 |
|
to <value>. (This number cannot exceed |
17 |
|
HARD_FDLIMIT in defaults.h) |
22 |
– |
MSGLOCALE - Set the message locale |
23 |
– |
standard - Compiled in defaults |
24 |
– |
custom - Old CUSTOM_ERR messages |
25 |
– |
REJECTTIME - Sets the amount of time before disconnecting |
26 |
– |
a rejected client. Use 0 to disable. |
18 |
|
SPAMNUM - Sets how many join/parts to channels |
19 |
|
constitutes a possible spambot. |
20 |
|
SPAMTIME - Below this time on a channel |
28 |
|
deactivate automatic splitmode. |
29 |
|
SPLITUSERS - Sets the minimum amount of users needed to |
30 |
|
deactivate automatic splitmode. |
40 |
– |
|
41 |
– |
# $Id$ |