README - irc - A minimalistic IRC client, forked from https://c9x.me/irc/
(HTM) git clone git://vernunftzentrum.de/irc.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
README (682B)
---
1 IRC client https://c9x.me/irc/
2 ===========================================================
3
4 This is a simple irc client, it requires the ncurses
5 library to compile.
6
7 Usage: irc [OPTIONS]
8
9 OPTION DEFAULT
10
11 -n NICK Sets the nick $IRCNICK
12 -u USER Sets the username $USER
13 -s SERVER Server to connect to irc.oftc.net
14 -p PORT Port to connect to 6667
15 -l FILE File to log recieved data
16 -t Use a secured connection
17 -h Display help
18
19 A password sent to the server can be specified by setting
20 the environment variable $IRCPASS.