File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
-----
20
20
21
21
``` shell
22
- usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-w columns] [-W columns] [-o path] [-v| V]
22
+ 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] [-v| V]
23
23
-s server address (default: ' irc.freenode.org' )
24
24
-p server port (default: ' 6667' )
25
25
-c channel name (default: ' #kisslinux' )
@@ -30,6 +30,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
30
30
-v version information
31
31
-V verbose output (e.g. raw stream)
32
32
-o output path to log irc stream
33
+ -x send command to irc server after inital connection
33
34
-w maximum width of the printed left column (default: ' 10' )
34
35
-W maximum width of the entire printed stream (default ' 80' )
35
36
```
You can’t perform that action at this time.
0 commit comments