Compare commits
5 Commits
fix/functi
...
1f5297f10e
| Author | SHA1 | Date | |
|---|---|---|---|
|
1f5297f10e
|
|||
|
768b79cf90
|
|||
|
4e0235ef4c
|
|||
|
dfb77d31ea
|
|||
|
88542bfb72
|
@@ -139,9 +139,8 @@ static const struct cmd_t command_defs[] = {
|
||||
"Show version and license information.")
|
||||
},
|
||||
|
||||
// Max args: account + server <s> + port <p> + tls <t> + auth <a> = 9
|
||||
{ CMD_PREAMBLE("/connect",
|
||||
parse_args, 0, 9, NULL)
|
||||
parse_args, 0, 7, NULL)
|
||||
CMD_MAINFUNC(cmd_connect)
|
||||
CMD_TAGS(
|
||||
CMD_TAG_CONNECTION)
|
||||
|
||||
Reference in New Issue
Block a user