34
34
-p, --port=PORT port
35
35
-n, --nick=NICK nick
36
36
-u, --user=USER server user
37
- -P, --server-password=SERVER-PASSWORD
37
+ -P, --server-password=SERVER-PASSWORD
38
38
server password
39
- --nick-password=NICK-PASSWORD
39
+ --nick-password=NICK-PASSWORD
40
40
nick password
41
41
-a, --auto auto-connect on startup.
42
42
-c, --config=CONFIG configuration file location
@@ -60,30 +60,32 @@ Flags:
60
60
## /help output
61
61
62
62
``` bash
63
- -> [17:59] * ==================== HELP COMMANDS ====================
64
- -> [17:59] * /exit - exit komanda-cli
65
- -> [17:59] * /connect - connect to irc using passed arguments
66
- -> [17:59] * /status - status command
67
- -> [17:59] * /help - help command
68
- -> [17:59] * /join < channel> - join irc channel
69
- -> [17:59] * /part [channel] - part irc channel or current if no channel given
70
- -> [17:59] * /clear - clear current view
71
- -> [17:59] * /logo - logo command
72
- -> [17:59] * /version - version command
73
- -> [17:59] * /nick < nick> - nick irc channel
74
- -> [17:59] * /pass < password> - pass irc channel
75
- -> [17:59] * /raw < command> [data] - raw command
76
- -> [17:59] * /topic [channel] [topic] - set topic for given channel or current channel if empty
77
- -> [17:59] * /window < id,# channel> - change window example: /window #komanda
78
- -> [17:59] * /names - list channel names
79
- -> [17:59] * /query < user> [message] - send private message to user
80
- -> [17:59] * /who < nick> - send who command to server
81
- -> [17:59] * /whois < nick> - send whois command to server
82
- -> [17:59] * /me [message] - send action message to channel
83
- -> [17:59] * /notice < channel/nick> < message> - send notice message to channel or nick
84
- -> [17:59] * /shrug - Shrugging Emoji
85
- -> [17:59] * /tableflip - TableFlip Emoji
86
- -> [17:59] * ==================== HELP COMMANDS ====================
63
+ * ==================== HELP COMMANDS ====================
64
+ * /exit - exit komanda-cli
65
+ * /connect - connect to irc using passed arguments
66
+ * /status - status command
67
+ * /help - help command
68
+ * /join < channel> - join irc channel
69
+ * /part [channel] - part irc channel or current if no channel given
70
+ * /clear - clear current view
71
+ * /logo - logo command
72
+ * /version - version command
73
+ * /nick < nick> - nick irc channel
74
+ * /pass < password> - pass irc channel
75
+ * /raw < command> [data] - raw command
76
+ * /topic [channel] [topic] - set topic for given channel or current channel if empty
77
+ * /window < id,# channel> - change window example: /window #komanda
78
+ * /names - list channel names
79
+ * /query < user> [message] - send private message to user
80
+ * /who < nick> - send who command to server
81
+ * /whois < nick> - send whois command to server
82
+ * /me [message] - send action message to channel
83
+ * /notice < channel/nick> < message> - send notice message to channel or nick
84
+ * /shrug - Shrugging Emoji
85
+ * /tableflip - TableFlip Emoji
86
+ * /kick < channel> < nick> [message] - kick user from channel. /kick # komanda mephux
87
+ * /away [message] - set status to away with a message or none to toggle away atatus
88
+ * ==================== HELP COMMANDS ====================
87
89
` ` `
88
90
89
91
# # Features
@@ -154,8 +156,8 @@ Flags:
154
156
155
157
# # TODO
156
158
157
- * Support for kick/ ban/op releated commands
158
- * IRC colors (for notice etc...)
159
+ * Support for ban/op releated commands
160
+ * IRC colors (for notice etc...)
159
161
- https://en.wikipedia.org/wiki/Caret_notation
160
162
- https://github.com/myano/jenni/wiki/IRC-String-Formatting
161
163
0 commit comments