ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/set
(Generate patch)

Comparing:
ircd-hybrid-8/help/opers/set (file contents), Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
ircd-hybrid/trunk/help/set (file contents), Revision 6375 by michael, Fri Aug 21 10:34:16 2015 UTC

# Line 8 | Line 8 | SET <option> <value>
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
21                  counts as a join/part as above.
31  SPLITMODE   - Sets splitmode to <value>:
32                 ON   - splitmode is permanently on
33                 OFF  - splitmode is permanently off
34                 AUTO - ircd chooses splitmode based on
35                        SPLITUSERS and SPLITNUM
36  SPLITNUM    - Sets the minimum amount of servers needed to
37                deactivate automatic splitmode.
38  SPLITUSERS  - Sets the minimum amount of users needed to
39                deactivate automatic splitmode.
22  
23 < # $Id$
23 > - Requires Oper Priv: set

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)