Only start one relay with the auto command
We only need one initial relay, as ChanKeep will automatically add as many as it needs when receiving a LIST response.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"relay": "relay <add|del|list> [<network>] [<num>]",
|
||||
"network": "network <add|del|list> [<name> <address> <port> <ssl|plain> <sasl|ns|none>]",
|
||||
"alias": "alias [<add|del>] [<num>]",
|
||||
"auto": "auto [<network>] [<relay>]",
|
||||
"auto": "auto [<network>]",
|
||||
"cmd": "cmd <relay> <user> <entity> <text ...>",
|
||||
"token": "token <add|del|list> [<key>] [<relay>]",
|
||||
"all": "all <entity> <text ...>",
|
||||
|
||||
Reference in New Issue
Block a user