summaryrefslogtreecommitdiff
path: root/help/set
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-14 18:29:08 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-14 18:29:08 +0000
commite7118fef4306f20a225e15304ca93cc1330681ef (patch)
treeb162fcc247e6066c270b21639ebd99f531af829a /help/set
parentcc7666e8f2a3a789103740d874b4563336474c86 (diff)
- Move all helpfiles to help/
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2032 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help/set')
-rw-r--r--help/set30
1 files changed, 30 insertions, 0 deletions
diff --git a/help/set b/help/set
new file mode 100644
index 0000000..6104ac6
--- /dev/null
+++ b/help/set
@@ -0,0 +1,30 @@
+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 lines allowed before
+ throttling a connection due to flooding
+ Note that this variable is used for both
+ channels and clients
+ 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.
+ SPLITMODE - Sets splitmode to <value>:
+ ON - splitmode is permanently on
+ OFF - splitmode is permanently off
+ AUTO - ircd chooses splitmode based on
+ SPLITUSERS and SPLITNUM
+ SPLITNUM - Sets the minimum amount of servers needed to
+ deactivate automatic splitmode.
+ SPLITUSERS - Sets the minimum amount of users needed to
+ deactivate automatic splitmode.