SYNOPSIS
tinyirc [-d] nick [server [port]]
DESCRIPTION
A stripped down IRC client, providing basic IRC commands and an curses-based interface.OPTIONS
- -d
- Dumb mode. Do not use the curses interface; simply write to stdout and read commands from stdin.
EXAMPLES
Join Freenode:
tinyirc mynick irc.freenode.org
ENVIRONMENT
- IRCSERVER
- Sets the default server to connect to. Format is HOST[:PORT].
- IRCNICK
- Sets the default nickname to use.
FILES
None.STANDARDS
RFC 1459AUTHORS
Program was written by <[email protected]>This manual page was written by Decklin Foster <[email protected]>. Updated by <[email protected]>. Released under license GNU GPL version 2 or (at your option) any later version. For more information about the license, visit <http://www.gnu.org/copyleft/gpl.html>.