ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/set
Revision: 6375
Committed: Fri Aug 21 10:34:16 2015 UTC (10 years ago) by michael
File size: 1012 byte(s)
Log Message:
- Remove splitmode checking

File Contents

# User Rev Content
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 michael 2704
23     - Requires Oper Priv: set

Properties

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