aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 74474ad36c345319cc2527b8505ef95d51659ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ircrx, an IRC client
====================

This is a fork of https://c9x.me/irc.

This is a simple irc client, it requires the ncurses
library to compile.

Usage: irc [OPTIONS]

     OPTION                                DEFAULT

    -n NICK     Sets the nick              $USER
    -u USER     Sets the username          $USER
    -s SERVER   Server to connect to       localhost
    -p PORT     Port to connect to         6667
    -l FILE     File to log recieved data 
    -t          Use a secured connection
    -h          Display help

A password sent to the server can be specified by setting
the environment variable $IRCPASS.