File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,22 +68,22 @@ make install
68
68
## Usage
69
69
70
70
``` shell
71
- usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-h | v| V]
71
+ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-e | v| V]
72
72
-s server address (default: ' irc.freenode.org' )
73
73
-p server port (default: ' 6667' )
74
74
-c channel name(s), delimited by a " ," or " |" character (default: ' kirc' )
75
75
-n nickname (required)
76
76
-u server username (optional)
77
77
-k server password (optional)
78
- -a PLAIN SASL authentication token (optional)
78
+ -a PLAIN SASL authentication token (optional, specified with nick)
79
+ -e EXTERNAL SASL authentication (optional)
79
80
-r real name (optional)
80
81
-v version information
81
82
-V verbose output (e.g. raw stream)
82
83
-o output path to log irc stream
83
84
-x send command to irc server after inital connection
84
85
-w maximum width of the printed left column (default: ' 20' )
85
86
-W maximum width of the entire printed stream (default ' 80' )
86
- -h basic usage information
87
87
```
88
88
89
89
## Transport Layer Security (TLS) Support
You can’t perform that action at this time.
0 commit comments