@@ -37,7 +37,7 @@ INSTALLATION
37
37
Building and installing from source:
38
38
39
39
git clone https://github.com/mcpcpc/kirc.git
40
- tcd kirc
40
+ cd kirc
41
41
make
42
42
make install
43
43
@@ -50,17 +50,19 @@ Building and installing using KISS Linux Community repository [2]:
50
50
USAGE
51
51
-----
52
52
53
- usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-k password] [-w
54
- columns] [-W columns] [-v|V]
53
+ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name]
54
+ [-u username] [-k password] [-w columns] [-W columns] [-v|V]
55
55
-s server address (default: 'irc.freenode.org')
56
56
-p server port (default: '6667')
57
57
-c channel name (default: '#kisslinux')
58
- -n user nickname
59
- -k user password
58
+ -n nickname (required)
59
+ -u server username (optional)
60
+ -k server password (optional)
61
+ -r real name (optional)
60
62
-v version information
61
63
-V verbose output (e.g. raw stream)
62
64
-w maximum width of the printed left column (default: '10')
63
- -W maximum width of the entire printed stream (default '82 ')
65
+ -W maximum width of the entire printed stream (default '80 ')
64
66
65
67
66
68
CUSTOMIZATION
@@ -76,6 +78,8 @@ CUSTOMIZATION
76
78
after the nick in the left column). Therefore, assuming that the default
77
79
values are being used, an IRC message could never exceed 80 printed characters
78
80
before word wrapping.
81
+ - In order to connect to an IRC server, a nickname must be specified. Server
82
+ username (-u), password (-k) and real name (-r) are optional.
79
83
80
84
81
85
REFERENCES
0 commit comments