man > irc(1)

πŸ“› NAME

ircII β€” interface to the Internet Relay Chat system

πŸš€ Quick Reference

Use CaseCommandDescription
Auto-join a channelirc -c #channelJoin #channel on startup
Set nicknameirc nicknameOverride IRCNICK
Quick start (no .ircrc)irc -qSkip .ircrc, use quick config
Dumb terminal modeirc -dNo full‑screen, stdin/stdout only
Use non‑standard portirc -p 7000 serverConnect on port 7000
Bind to local addressirc -h 192.168.1.5Use specific local IP
Print versionirc -vShow version and exit
Connect with passwordirc nick server:6667:passwordSupply server password
SSL/TLS connectionirc SSLIRC/server.comConnect via SSL (verify cert)
HTTP proxyirc PROXY/proxy:8080/server.comRoute through proxy

πŸ“‹ SYNOPSIS

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]] [--]

πŸ“– DESCRIPTION

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.

βš™οΈ OPTIONS

πŸ”Ή -a

This adds the normal irc server list to the command line list of irc servers.

πŸ”Ή -b

Load the .ircrc file before connection to a server, not afterwards.

πŸ”Ή -c chan

Automatically join channel chan.

πŸ”Ή -d

Start in non-full screen mode. All input is taken directly from stdin and all output goes to stdout without using any of the termcap(5) screen control codes.

πŸ”Ή -D level

Enable debugging of level. This option is only available if ircII is built with -DDEBUG.

πŸ”Ή -e protocol level

For protocol protocol, set the default encryption (SSL) level to level. Currently, only "IRC" is supported for the protocol and the values that level can take are "check", "nocheck", and "off". Please also see the description of the "server list" below.

πŸ”Ή -F

Don't use flow control (^S and ^Q) to stop/start the display. This switch is ignored if the -d switch is used.

πŸ”Ή -f

Use flow control (^S and ^Q) to stop/start the display. Normally these are both bound to other functions within ircII. This switch is ignored if the -d switch is used.

πŸ”Ή -H host[:port]

This option instructs ircII to use the given host as the local address for DCC, and works otherwise identically to the -h option.

πŸ”Ή -h host[:port]

This option instructs 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

Use ICB connections by default.

πŸ”Ή -irc

Use IRC connections by default.

πŸ”Ή -l ircrc

Use ircrc Instead of the default ~/.ircrc.

πŸ”Ή -o file

Set the debug output file to file. This option is only available if ircII is built with -DDEBUG.

πŸ”Ή -P portno

Set the ICB port number to portno (default: 7326, the standard ICB port).

πŸ”Ή -p portno

Set the IRC port number to portno (default: 6667, the standard IRC port). Only supply this if you connect to a server which uses a port other than 6667.

πŸ”Ή -q

Start up ircII quickly. Don't load the IRCRC file, only the quick IRCRC file set by the -I option.

πŸ”Ή -I ircrcquick

Specify the quick IRCRC file to load when using -q.

πŸ”Ή -R host[:port]

Set the default HTTP proxy host for server connections to host:port.

πŸ”Ή -r

Reverse the normal default foreground and background colours.

πŸ”Ή -S

Start up the ircio process to connect to the IRC server.

πŸ”Ή -s

Don't start up the ircio process to connect to the IRC server (default).

πŸ”Ή -T

Do use the termcap ti and te sequences when starting and exiting if they exist.

πŸ”Ή -t

Don't use the termcap ti and te sequences when starting and exiting (default).

πŸ”Ή -v

Print the version and release date of ircII and exit.

πŸ”Ή --

End all option processing.

The remaining command line arguments are:

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.

πŸ“ DETAILED DESCRIPTION

πŸ–₯️ The Screen

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.

πŸ’¬ IRC Commands

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>.

πŸ“„ The .ircrc File

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.

🌍 ENVIRONMENT

It can be helpful to predefine certain variables in the .cshrc, .profile, or .login file:

πŸ“ FILES

πŸ’‘ EXAMPLES

irc -c #users -p 5555

Connect IRC to port number 5555 of the default host and enter on channel #users.

irc Mermaid

Use the nickname β€œMermaid”.

irc Mermaid server1:5000 server2::passwd server3

Use the nickname β€œMermaid” and the modified server list.

irc piglet3 :ln:irc1.lamenet.org :ln:irc.us.lamenet.org

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 oink ICB/www.icb.net

Use the nick β€œoink” making an ICB connection to www.icb.net.

irc -d

Use dumb mode.

irc -f

Allow use of ^S/^Q to stop/start screen display.

irc -e elisa

Interface IRC with a program called β€œelisa”.

setenv IRCNICK Mermaid
setenv IRCNAME "The one and only :)"
irc

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 :)”.

❓ THE HELP FILES

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.

🚦 SIGNALS

ircII handles the following signals:

πŸ”— SEE ALSO

✍️ AUTHORS

Program written by Michael Sandrof <ms5n+@andrew.cmu.edu>. Now being maintained by Matthew Green <mrg AT eterna.au> Names of contributors and contact address can be retrieved with the /info command. This manual page written by Darren Reed <avalon AT coombs.AU>, revised by R. P. C. Rodgers <rodgers AT maxwell.edu>, by the lynX, and by Matthew Green <mrg AT eterna.au>.

πŸ› BUGS

Please notify the current developer of the software of any bugs in current versions.

irc(1)
πŸ“› NAME πŸš€ Quick Reference πŸ“‹ SYNOPSIS πŸ“– DESCRIPTION βš™οΈ OPTIONS
πŸ”Ή -a πŸ”Ή -b πŸ”Ή -c chan πŸ”Ή -d πŸ”Ή -D level πŸ”Ή -e protocol level πŸ”Ή -F πŸ”Ή -f πŸ”Ή -H host[:port] πŸ”Ή -h host[:port] πŸ”Ή -icb πŸ”Ή -irc πŸ”Ή -l ircrc πŸ”Ή -o file πŸ”Ή -P portno πŸ”Ή -p portno πŸ”Ή -q πŸ”Ή -I ircrcquick πŸ”Ή -R host[:port] πŸ”Ή -r πŸ”Ή -S πŸ”Ή -s πŸ”Ή -T πŸ”Ή -t πŸ”Ή -v πŸ”Ή --
πŸ“ DETAILED DESCRIPTION
πŸ–₯️ The Screen πŸ’¬ IRC Commands πŸ“„ The .ircrc File
🌍 ENVIRONMENT πŸ“ FILES πŸ’‘ EXAMPLES ❓ THE HELP FILES 🚦 SIGNALS πŸ”— SEE ALSO ✍️ AUTHORS πŸ› BUGS

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 03:30 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^