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:
2019-10-13 12:37:01 +01:00
parent 6ad6d6dc50
commit b97ebe43ab
2 changed files with 17 additions and 27 deletions

View File

@@ -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 ...>",