logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tinyirc - A tiny IRC client

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

tinyirc                                            2022-10-26                                         tinyirc(1)

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

See Also