Implement Ctrl-C handling and fix a large number of small bugs

This commit is contained in:
2019-09-28 19:46:10 +01:00
parent 006f8db6f6
commit 15ca45e5df
12 changed files with 88 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
{
"pass": "pass <password>",
"logout": "logout",
"del": "del <name>",
"del": "del <name> <num>",
"mod": "mod <name> [<key>] [<value>]",
"who": "who <query>",
"join": "join <name> <num> <channel> [<key>]",
@@ -24,5 +24,6 @@
"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 ...>"
"allc": "allc <network|alias> <(network)|(alias)> <entity> <text ...>",
"swho": "swho <network> [<channel>]"
}