summaryrefslogtreecommitdiff
path: root/help/opers/set
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-10-27 21:02:32 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-10-27 21:02:32 +0000
commit70f1558a2eca8295e30bb1e381d948056333634d (patch)
tree3051cb6afbc7d5ebae4381e54c70d9cbe54005a4 /help/opers/set
parent4f1edcf052857117fd51e878c362f878961c4dc9 (diff)
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help/opers/set')
-rw-r--r--help/opers/set41
1 files changed, 41 insertions, 0 deletions
diff --git a/help/opers/set b/help/opers/set
new file mode 100644
index 0000000..a3bf2ed
--- /dev/null
+++ b/help/opers/set
@@ -0,0 +1,41 @@
+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
+ IDLETIME - The number of seconds a client can be idle
+ before disconnecting them
+ 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.
+ LOG - Sets the Logging level for what is logged
+ to ircd.log and syslog.
+ MAX - Sets the number of max connections
+ to <value>. (This number cannot exceed
+ HARD_FDLIMIT in defaults.h)
+ MSGLOCALE - Set the message locale
+ standard - Compiled in defaults
+ custom - Old CUSTOM_ERR messages
+ REJECTTIME - Sets the amount of time before disconnecting
+ a rejected client. Use 0 to disable.
+ 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.
+
+# $Id$