home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ircII / command_line_args next >
Encoding:
Text File  |  1995-01-01  |  2.7 KB  |  49 lines

  1. The command line arguments to IRCII ar as follows:
  2.  
  3. irc [<nick> [<server list>]] [<switches>]
  4.  
  5. You may specify a nickname, which will supersede the IRCNICK
  6. environment variable.  The server list will be added to the
  7. server list found in the IRCSERVER variable.  However, the 
  8. servers specified on the command line will appear first in the
  9. server list and be the first to which connections are attempted.
  10. See ircII server_lists for the format of a server list.
  11. See also ircII environment_vars for automatic settings.
  12.  
  13. The <switches>:
  14.    -c <channel> joins <channel> at startup.  If not specified, you
  15.                 start at channel 0.
  16.    -p <port>    default server connection port (usually 6667).
  17.                 This default port number can be overriden by
  18.                 specifying a port number in the server list (see below) 
  19.                 or using the SERVER command (see SERVER).
  20.    -f           your terminal uses flow controls (^S/^Q), so IRCII shouldn't
  21.                 You may want to rebind ^Q and ^S so you can still
  22.                 use those functions.  ^Q is usually bound to
  23.                 QUOTE_CHARACTER, and ^S is usually bound to
  24.                 TOGGLE_STOP_SCREEN.  See BIND about this.
  25.    -F           your terminal doesn't use flow control (default).
  26.                 Opposite of -f, forces IRCII to take over ^Q/^S.
  27.    -s           Start IRCII without using the server process (ircserv)
  28.                 even if it can find it.  This is useful for use with
  29.                 irciid and automatons which don't need the
  30.                 separate process (since they never ^Z).
  31.    -S           Opposite of -s.  Force ircII to use the (ircserv )
  32.    -d           runs IRCII in "dumb" terminal mode.  IRCII then 
  33.                 uses no fancy screen stuff or fancy input editing.
  34.                 All output goes to stdout, and all input is read from
  35.                 stdin.  Input editing is only done by your tty (if any).
  36.                 No IRCII keybinding have any effect in dumb mode.
  37.    -l <file>    loads <file> in place of your .ircrc
  38.    -a           adds default servers and command line servers to server 
  39.                 list.  Normally, if you specify servers on the command
  40.                 line, the IRCSERVER and default server are not added to the
  41.                 server list.  This forces all servers known to be added.
  42.                 The order in which servers appear in you server list 
  43.                 are as follows:
  44.                    1. command line servers (from left to right)
  45.                    2. IRCSERVER servers (from left to right)
  46.                    3. Default IRCII servers
  47.    -v        Prints the version and internal version (release date).
  48.    -q           Start IRCII quickly -- don't load the IRCRC.
  49.