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
  LOG		- Sets the Logging level for what is logged
                  to ircd.log.
  MAX		- Sets the number of max connections
                  to <value>.  (This number cannot exceed
                  HARD_FDLIMIT in defaults.h)
  IDLETIME	- The number of seconds a client can be idle
                  before disconnecting them
  NOCHANIDLETIME- The number of seconds a client can be idle
                  without being in a channel before disconnecting them
  FLOODCOUNT	- The number of lines allowed before
                  throttling a connection due to flooding
                  Note that this variable is used for both
                  channels and clients
  FLOODJOIN     - The maximum number of joins to a channel
                  before joins to the channel are throttled
                  due to flooding.
  LOCALE	- Set the message locale
                  standard - Compiled in defaults
                  custom   - CUSTOM_ERR messages
  SPLITMODE	- Sets splitmode to <value>:
                   ON   - splitmode is permanently on
                   OFF  - splitmode is permanently off
                   AUTO - ircd chooses splitmode based on 
                   SPLITUSERS and SPLITNUM
  SPLITUSERS	- Sets the minimum amount of users needed to
                  deactivate automatic splitmode.
  SPLITNUM	- Sets the minimum amount of servers needed to
                  deactivate automatic splitmode.

# $Id: set,v 1.6 2005/02/15 09:02:09 musirc Exp $
