File: set

package info (click to toggle)
ircd-hybrid 1%3A8.2.24%2Bdfsg.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,292 kB
  • sloc: ansic: 33,546; sh: 4,614; yacc: 2,508; makefile: 621; lex: 477; cpp: 42
file content (24 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SET <option> <value>

<option> can be one of the following:
  AUTOCONN    - Sets auto-connect on or off for a particular
                server
  AUTOCONNALL - Sets auto-connect on or off for all servers
  FLOODCOUNT  - The number of messages allowed before
                throttling a user due to flooding.
                Note that this variable is used for both
                channels and clients.
  FLOODTIME   - The time, in seconds, of FLOODCOUNT.
  JFLOODCOUNT - Sets the number of joins in JFLOODTIME to
                count as flooding. Use 0 to disable.
  JFLOODTIME  - The amount of time in seconds in JFLOODCOUNT to consider
                as join flooding. Use 0 to disable.
  MAX         - Sets the number of max connections
                to <value>. (This number cannot exceed
                HARD_FDLIMIT in defaults.h)
  SPAMNUM     - Sets how many join/parts to channels
                constitutes a possible spambot.
  SPAMTIME    - Below this time on a channel
                counts as a join/part as above.

- Requires Oper Priv: set