ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/set
Revision: 7867
Committed: Wed Nov 9 12:29:18 2016 UTC (8 years, 9 months ago) by michael
File size: 1064 byte(s)
Log Message:
- help/set: whitespace change

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 7858 FLOODCOUNT - The number of messages allowed before
8     throttling a user due to flooding.
9 michael 416 Note that this variable is used for both
10 michael 7858 channels and clients.
11     FLOODTIME - The time, in seconds, of FLOODCOUNT.
12 michael 416 JFLOODCOUNT - Sets the number of joins in JFLOODTIME to
13     count as flooding. Use 0 to disable.
14     JFLOODTIME - The amount of time in seconds in JFLOODCOUNT to consider
15     as join flooding. Use 0 to disable.
16 adx 30 MAX - Sets the number of max connections
17 michael 416 to <value>. (This number cannot exceed
18 adx 30 HARD_FDLIMIT in defaults.h)
19     SPAMNUM - Sets how many join/parts to channels
20     constitutes a possible spambot.
21     SPAMTIME - Below this time on a channel
22     counts as a join/part as above.
23 michael 2704
24     - Requires Oper Priv: set

Properties

Name Value
svn:eol-style native