|
39 | 39 |
|
40 | 40 | 
|
41 | 41 |
|
42 |
| -## Usage |
43 |
| - |
44 |
| -```shell |
45 |
| -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] |
46 |
| --s server address (default: 'irc.freenode.org') |
47 |
| --p server port (default: '6667') |
48 |
| --c channel name(s), delimited by a "," or "|" character (default: 'kirc') |
49 |
| --n nickname (required) |
50 |
| --u server username (optional) |
51 |
| --k server password (optional) |
52 |
| --a PLAIN SASL authentication token (optional) |
53 |
| --r real name (optional) |
54 |
| --v version information |
55 |
| --V verbose output (e.g. raw stream) |
56 |
| --o output path to log irc stream |
57 |
| --x send command to irc server after inital connection |
58 |
| --w maximum width of the printed left column (default: '20') |
59 |
| --W maximum width of the entire printed stream (default '80') |
60 |
| --h basic usage information |
61 |
| -``` |
62 |
| - |
63 | 42 | ## Installation
|
64 | 43 |
|
65 | 44 | Building and installing on **KISS Linux** using the Community repository:
|
|
86 | 65 | make install
|
87 | 66 | ```
|
88 | 67 |
|
| 68 | +## Usage |
| 69 | + |
| 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] |
| 72 | +-s server address (default: 'irc.freenode.org') |
| 73 | +-p server port (default: '6667') |
| 74 | +-c channel name(s), delimited by a "," or "|" character (default: 'kirc') |
| 75 | +-n nickname (required) |
| 76 | +-u server username (optional) |
| 77 | +-k server password (optional) |
| 78 | +-a PLAIN SASL authentication token (optional) |
| 79 | +-r real name (optional) |
| 80 | +-v version information |
| 81 | +-V verbose output (e.g. raw stream) |
| 82 | +-o output path to log irc stream |
| 83 | +-x send command to irc server after inital connection |
| 84 | +-w maximum width of the printed left column (default: '20') |
| 85 | +-W maximum width of the entire printed stream (default '80') |
| 86 | +-h basic usage information |
| 87 | +``` |
| 88 | + |
89 | 89 | ## Transport Layer Security (TLS) Support
|
90 | 90 |
|
91 | 91 | There is no native TLS/SSL support. Instead, users can achieve this functionality by using third-party tools (e.g. stunnel, socat, ghosttunnel).
|
|
0 commit comments