tinyirc - A tiny IRC client
Contents
Description
A stripped down IRC client, providing basic IRC commands. Please note that this is bare bones IRC client
which has no editing capabilities other than backspace to correct typing. No command history (cursor up,
down) or word editing (cursor left, left).
Environment
IRCSERVER
Sets the default server to connect to. Format is HOST[:PORT].
IRCNICK
Sets the default nickname to use.
Examples
Join Freenode:
tinyirc mynick irc.freenode.org
Files
None.
Name
tinyirc - A tiny IRC client
Options
-h,--help
Display short help.
-d,--dumb
Dumb mode. Do not use the curses interface; simply write to stdout and read commands from stdin.
See Also
irssi(1)
Standards
RFC 1459
Synopsis
tinyirc [-d] nick [server [port]]
