Skip to content

Commit

Permalink
add SASL EXTERNAL usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpcpc authored Sep 28, 2020
1 parent 8edff25 commit 13dbe78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@ make install
## Usage

```shell
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]
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]
-s server address (default: 'irc.freenode.org')
-p server port (default: '6667')
-c channel name(s), delimited by a "," or "|" character (default: 'kirc')
-n nickname (required)
-u server username (optional)
-k server password (optional)
-a PLAIN SASL authentication token (optional)
-a PLAIN SASL authentication token (optional, specified with nick)
-e EXTERNAL SASL authentication (optional)
-r real name (optional)
-v version information
-V verbose output (e.g. raw stream)
-o output path to log irc stream
-x send command to irc server after inital connection
-w maximum width of the printed left column (default: '20')
-W maximum width of the entire printed stream (default '80')
-h basic usage information
```

## Transport Layer Security (TLS) Support
Expand Down

0 comments on commit 13dbe78

Please sign in to comment.