Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

irssi(1) [debian man page]

Irssi(1)						      General Commands Manual							  Irssi(1)

NAME
Irssi - a modular IRC client for UNIX SYNOPSIS
irssi [-dv!?] [-c server] [-p port] [-n nickname] [-w password] [-h hostname] DESCRIPTION
Irssi is a modular Internet Relay Chat client. It is highly extensible and very secure. Being a fullscreen, termcap based client with many features, Irssi is easily extensible through scripts and modules. OPTIONS
--config=FILE use FILE instead of ~/.irssi/config. --home=PATH PATH specifies the home directory of Irssi. Default is ~/.irssi -c, --connect=SERVER connects to SERVER -w, --password=PASSWORD use PASSWORD for authentication. -p, --port=PORT automatically connect to PORT on server. -!, --noconnect disables autoconnecting. -n, --nick=NICKNAME specify NICKNAME as your nick. -h, --hostname=HOSTNAME use HOSTNAME for your irc session. -d, --dummy use dummy terminal mode. -v, --version display the version of Irssi. -?, --help show a help message. --usage display brief usage message. SEE ALSO
Irssi has been supplied with a huge amount of documentation. Check /help or look at the files contained by /usr/share/doc/irssi* FILES
/etc/irssi.conf Global configuration file ~/.irssi/config Personal configuration file ~/.irssi/config.autosave Automatic save of the personal config file when it was changed externally ~/.irssi/default.theme Default irssi theme ~/.irssi/away.log Logged messages in away status /usr/share/irssi/help/ Directory including many help files /usr/share/irssi/scripts/ Global scripts directory /usr/share/irssi/themes/ Global themes directory ~/.irssi/scripts/ Default scripts directory ~/.irssi/scripts/autorun/ Directory containing links to scripts that should be loaded automatically on startup ~/.irssi/startup File containing a list of commands to execute on startup AUTHORS
/CREDITS Irssi was written by Timo Sirainen <cras@irssi.org> This manpage was written by Istvan Sebestyen <stevee@alphanet.ch> and Stefan Tomanek <stefan@pico.ruhr.de> Irssi IRC client September 2002 Irssi(1)

Check Out this Related Man Page

SCROLLZ(1)						      General Commands Manual							SCROLLZ(1)

NAME
ScrollZ - An advanced ircII-based IRC client SYNOPSIS
scrollz [-c chan] [-p portno] [-f] [-F] [-h host] [-H host] [-C name] [-s] [-S] [-n] [-d] [-q] [-a] [-b] [-l file] [-I file] [-L file] [nickname] [serverlist] DESCRIPTION
ScrollZ is advanced IRC client based on ircII code. It adds features normally found in ircII scripts. The main difference between these scripts and ScrollZ is the code. Where ircII scripts take a lot of disk and memory space and run slow, ScrollZ only takes a couple of extra kilobytes compared to stock ircII client yet runs faster than any ircII script. This was accomplished by using C code instead of ircII scripting language. This reduces memory and CPU usage and code tends to run faster. ScrollZ includes fea- tures such as built-in userlist, shitlist, improved scripting, Blowfish based encryption, features for IRC operators and user friendly fea- tures such as completion for nicks and channels. OPTIONS
-c channel Joins channel on startup -p port Default server connection port (usually 6667) -f Your terminal uses flow controls (^S/^Q), so ScrollZ shouldn't -F Your terminal doesn't use flow control (default) -h,-H host Use host as source address (for virtual hosting) -C name Cloak process as name -S/-s Do/don't use separate server processes (ircio) -n Do not connect to a server on startup -d Runs ScrollZ in "dumb" terminal mode -q Does not load .scrollzrc or .scrollzquick -a Adds default servers and command line servers to server list -b Load .scrollzrc before connecting to a server -l file Loads file in place of your .scrollzrc -I file Loads file in place of your .scrollzquick -L file Loads file in place of your .scrollzrc and expands $ expandos --help Show summary of options. ENVIRONMENT
DCCHOST The hostname to use for the DCC file transfer HOME Set home directory (overrides your home directory in /etc/passwd) IRCHOST The hostname to use IRCNAME The realname to use (defaults to /etc/passwd real name field) IRCLIB The path for ScrollZ helpfiles/scripts/translations/docs (defaults to /usr/share/scrollz) IRCNICK The nickname to use (defaults to your username) IRCPATH The path for loading files (defaults to ~/.ScrollZ:/usr/share/scrollz/script:.) IRCRC The initalization file to use (defaults to ~/.scrollzrc) IRCSERVER The IRC server(s) to use IRCUMODE The user mode to use IRCUSER The username to use (defaults to your username) MAIL Set mail file TERM The terminal type to use FILES
/usr/share/scrollz/script/szglobal The global initialization file loaded when connection to a server is established. ~/.scrollzrc The personal initialization file loaded when connection to a server is established. ~/.scrollzquick The personal initialization file loaded when connection to a server is initiated. NOTES
The nickname is limited to 9 characters on many IRC networks. The server list is a whitespace-separated list of server names. ScrollZ does NOT have the ICB support nor the DCC TALK support that are available in ircII. AUTHORS
This manual page was written by Mike Markley <mike@markley.org>, for the Debian GNU/Linux system (but may be used by others). Updated for ScrollZ by Flier <flier@scrollz.org> (the ScrollZ maintainer). ScrollZ home page: http://www.scrollz.org/ ScrollZ FTP site: ftp://ftp.scrollz.org/ BUG REPORTS
If you find a bug in ScrollZ you should report it. But first, you should make sure that it really is a bug, and that it appears in the lat- est version of ScrollZ. Once you have determined that a bug actually exists, report the bug in channel #ScrollZ on Efnet. If you have a fix, you are encouraged to provide that as well! ALL bug reports should include: The version number of ScrollZ The hardware and operating system The compiler used to compile A description of the bug behaviour A short script or `recipe' which exercises the bug July 11, 2001 SCROLLZ(1)
Man Page