ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/set
Revision: 1592
Committed: Sat Oct 27 21:02:32 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help/opers/set
File size: 1913 byte(s)
Log Message:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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     IDLETIME - The number of seconds a client can be idle
12     before disconnecting them
13     JFLOODCOUNT - Sets the number of joins in JFLOODTIME to
14     count as flooding. Use 0 to disable.
15     JFLOODTIME - The amount of time in seconds in JFLOODCOUNT to consider
16     as join flooding. Use 0 to disable.
17 adx 30 LOG - Sets the Logging level for what is logged
18     to ircd.log and syslog.
19     MAX - Sets the number of max connections
20 michael 416 to <value>. (This number cannot exceed
21 adx 30 HARD_FDLIMIT in defaults.h)
22 michael 416 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.
27 adx 30 SPAMNUM - Sets how many join/parts to channels
28     constitutes a possible spambot.
29     SPAMTIME - Below this time on a channel
30     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 michael 416 SPLITNUM - Sets the minimum amount of servers needed to
37     deactivate automatic splitmode.
38 adx 30 SPLITUSERS - Sets the minimum amount of users needed to
39     deactivate automatic splitmode.
40    
41 knight 31 # $Id$

Properties

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