IRCII(1) | General Commands Manual | IRCII(1) |
ircII
— interface
to the Internet Relay Chat system
irc |
[-abdFfqrSsTtv ] [-c
chan] [-D
level] [-e
protocol level] [-H
host[:port]]
[-h
host[:port]]
[-I ircrcquick]
[-icb ] [-irc ]
[-l ircrc]
[-o file]
[-P portno]
[-p portno]
[-R
host[:port]]
[nickname [server list]]
[- - ] |
The ircII
program is a full screen,
termcap based interface to Internet Relay Chat. It gives full access to all
of the normal IRC functions, plus a variety of additional options.
The following options are supported:
-a
-b
-c
chan-d
-D
levelircII
is built with
-DDEBUG
.-e
protocol level-F
-d
switch is used.-f
ircII
. This
switch is ignored if the -d
switch is used.-H
host[:port]ircII
to use the given
host as the local address for DCC, and works
otherwise identically to the -h
option.-h
host[:port]ircII
to use the given
host as the local address. Useful only on
multi-homed hosts. If the optional port segment is included,
ircII
will attempt to bind to this local port as
well as local host address. If host is an IPv6
"number", it must be provided in the common file
... [12:34:ab:cd] format. This means for an IPv6 "number"
and port, it would be written
[12:34:ab:cd]:6669.-icb
-irc
-l
ircrc-o
fileircII
is built with
-DDEBUG
.-P
portno-p
portno-q
ircII
quickly. Don't load the IRCRC file,
only the quick IRCRC file set by the-I
-R
host[:port]-r
-S
-s
-T
ti
and
te
sequences when starting and exiting if they
exist.-t
ti
and
te
sequences when starting and exiting
(default).-v
ircII
and
exit.-
-
The remaining command line arguments are:
IRCNICK
; default: the username).ircII
will try to connect upon startup. This list
is also used by the program's /server
command.For IRC connections, the format is: host[:portno[:password[:nick]]]
For ICB connections, the format is: ICB/host
[:portno[:nick[:group[:mode]]]]
with group being the initial group and
mode being the initial group mode. See
/HELP ICB
for more information about ICB.
If the host is in the format :servergroup:host.com then servergroup is taken to be the Server Group for this server entry.
If the host is prefixed with
SSLIRC/
or SSLIRCNOCHECK/
then an attempt will be made to initiate an SSL/TLS connection for this
host. The SSLIRCNOCHECK/
form does not verify the
remote server's certificate, which may have security implications. Please
see SSL/TLS documentation for more information.
If the host is prefixed with
PROXY/host:port/
then this server will be connected
via specified HTTP proxy server. The NO_PROXY/
prefix will disable any global proxy setting for this server.
The screen is split into two parts, separated by an inverse-video status line (if supported). The upper (larger) part of the screen displays responses from the IRC server. The lower part of the screen (a single line) accepts keyboard input.
Some terminals do not support certain features required by
ircII
, in which case you receive a message stating
this. If this occurs, try changing the terminal type or run
ircII
with the -d
option.
Any line beginning with the slash character (‘/’) is
regarded as an ircII
command (the command character
may be changed; type /help set cmdchar
). Any line
not beginning with this character is treated as a message to be sent to the
current channel. To produce a listing of commands, type
/help ?
. To receive information about the commands
type /help <command>
.
When ircII
is executed, it checks the
user's home directory for a .ircrc file, executing
the commands in the file. Commands in this file do not need to have a
leading slash character (‘/’). This allows predefinition of
aliases and other features.
It can be helpful to predefine certain variables in in the .cshrc, .profile, or .login file:
IRCNICK
ircII
nickname.IRCNAME
IRCSERVER
IRCSERVERSFILE
HOME
TERM
ircII
scripts, that can then be loaded with /load
ircII
scriptsircII
session.Connect IRC to port number 5555 of the default host and enter on channel #users:
irc -c #users -p 5555
Use the nickname “Mermaid”:
irc Mermaid
Use the nickname “Mermaid” and the modified server list:
irc Mermaid server1:5000
server2::passwd server3
Use the nickname “piglet3”, initially connecting to irc.au.lamenet.org, with also irc.us.lamenet.org added to the server list, both having a server group name “ln”:
irc piglet3 :ln:irc1.lamenet.org
:ln:irc.us.lamenet.org
Use the nick “oink” making an ICB connection to evolve.icb.net:
irc oink
ICB/evolve.icb.net
Use dumb mode:
irc -d
Allow use of ^S/^Q to stop/start screen display:
irc -f
Set the username (if not specified elsewhere) to
“Mermaid”. The user's name (when provided inside parentheses
in response to a WHOIS
command) is set to
“The one and only :)”:
setenv IRCNICK Mermaid setenv IRCNAME "The one and only :)" irc
All of the ircII
commands are fully
described in the help files package. The best way to start here is with the
/HELP ?
command as this prints a listing of all
available help files.
Access to HTML version of the help files is available from http://eterna23.net/ircii/help/. Note that these are generated from the builtin help files and may have formatting issues.
ircII
handles the following signals
Program written by Michael Sandrof
<ms5n+@andrew.cmu.edu>.
Now being maintained by Matthew R. Green
<mrg@eterna23.net>.
Names of contributors and contact address can be retrieved with the
/info
command. This manual page written by
Darren Reed
<avalon@coombs.anu.EDU.AU>,
revised by R. P. C. Rodgers
<rodgers@maxwell.mmwb.ucsf.edu>,
by the lynX, and by Matthew R.
Green
<mrg@eterna23.net>.
Please notify the current developer of the software of any bugs in current versions.
March 22, 2024 | Debian |