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

Comparing:
ircd-hybrid/help/opers/set (file contents), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid/trunk/help/set (file contents), Revision 2029 by michael, Tue May 14 18:20:01 2013 UTC

# Line 4 | Line 4 | SET <option> <value>
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  LOG         - Sets the Logging level for what is logged
8                to ircd.log and syslog.
9  MAX         - Sets the number of max connections
10                to <value>.  (This number cannot exceed
11                HARD_FDLIMIT in defaults.h)
12  IDLETIME    - The number of seconds a client can be idle
13                before disconnecting them
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  MSGLOCALE   - Set the message locale
23                standard - Compiled in defaults
24                custom   - Old CUSTOM_ERR messages
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
30  SPLITUSERS  - Sets the minimum amount of users needed to
31                deactivate automatic splitmode.
27    SPLITNUM    - Sets the minimum amount of servers needed to
28                  deactivate automatic splitmode.
29 <
30 < # $Id$
29 >  SPLITUSERS  - Sets the minimum amount of users needed to
30 >                deactivate automatic splitmode.

Comparing:
ircd-hybrid/help/opers/set (property svn:keywords), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid/trunk/help/set (property svn:keywords), Revision 2029 by michael, Tue May 14 18:20:01 2013 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

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