ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/help/set
Revision: 2705
Committed: Sat Dec 21 18:19:18 2013 UTC (11 years, 8 months ago) by michael
File size: 1480 byte(s)
Log Message:
- Update several help files

File Contents

# Content
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 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 MAX - Sets the number of max connections
16 to <value>. (This number cannot exceed
17 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 SPLITNUM - Sets the minimum amount of servers needed to
28 deactivate automatic splitmode.
29 SPLITUSERS - Sets the minimum amount of users needed to
30 deactivate automatic splitmode.
31
32 - Requires Oper Priv: set

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision