Initial import
[ratbox-ambernet.git] / help / opers / set
blob8968856db20831008123a9910939739d51717868
1 SET <option> <value>
3 <option> can be one of the following:
4   ADMINSTRING - Sets string shown in WHOIS for admins
5   AUTOCONN    - Sets auto-connect on or off for a particular
6                 server
7   AUTOCONNALL - Sets auto-connect on or off for all servers
8   FLOODCOUNT  - The number of lines allowed before
9                 throttling a connection due to flooding
10                 Note that this variable is used for both
11                 channels and clients
12   IDENTTIMEOUT- Timeout for requesting ident from a client
13   IDLETIME    - The number of seconds a client can be idle
14                 before disconnecting them
15   MAX         - Sets the number of max connections
16                 to <value>.  (This number cannot exceed
17                 HARD_FDLIMIT in config.h)
18   OPERSTRING  - Sets string shown in WHOIS for opers
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   SPLITMODE   - Sets splitmode to <value>:
24                  ON   - splitmode is permanently on
25                  OFF  - splitmode is permanently off
26                  AUTO - ircd chooses splitmode based on 
27                         SPLITUSERS and SPLITNUM
28   SPLITUSERS  - Sets the minimum amount of users needed to
29                 deactivate automatic splitmode.
30   SPLITNUM    - Sets the minimum amount of servers needed to
31                 deactivate automatic splitmode.