table of contents
tinyirc(1) | Misc | tinyirc(1) |
NAME¶
tinyirc - A tiny IRC client
SYNOPSIS¶
tinyirc [-d] nick [server [port]]
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).
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.
EXAMPLES¶
Join Freenode:
tinyirc mynick irc.freenode.org
ENVIRONMENT¶
FILES¶
None.
STANDARDS¶
RFC 1459
SEE ALSO¶
AUTHORS¶
Program was written by Nathan Laredo <laredo@gnu.org>.
This manual page was written by Decklin Foster <decklin@red-bean.com>. Updated by <jari.aalto@cante.net>. 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>.
2022-10-26 | tinyirc |