Error checking on alias removal and clean up when removing relays

This commit is contained in:
2019-10-02 20:45:28 +01:00
parent a3b81f8849
commit d35f96de87
3 changed files with 22 additions and 21 deletions

View File

@@ -20,12 +20,13 @@
"users": "users <channel> [<channel> ...]",
"relay": "relay <add|del|list> [<network>] [<num>]",
"network": "network <add|del|list> [<name> <address> <port> <ssl|plain> <sasl|ns|none>]",
"alias": "alias [<add>]",
"alias": "alias [<add|del>] [<num>]",
"auto": "auto <network> <relay>",
"cmd": "cmd <relay> <user> <entity> <text ...>",
"token": "token <add|del|list> [<key>] [<relay>]",
"all": "all <entity> <text ...>",
"allc": "allc <network|alias> <(network)|(alias)> <entity> <text ...>",
"admall": "admall <entity> <text ...>",
"swho": "swho <network> [<channel>]"
"swho": "swho <network> [<channel>]",
"exec": "exec <expr ...>"
}