Implement channel blacklisting

This commit is contained in:
2020-11-01 19:54:24 +00:00
parent a0bea0b18a
commit 399075afd1
5 changed files with 49 additions and 1 deletions

View File

@@ -32,5 +32,6 @@
"confirm": "confirm <network> <num> <token>",
"pending": "pending [<network>]",
"authcheck": "authcheck [<network>]",
"recheckauth": "recheckauth [<network>]"
"recheckauth": "recheckauth [<network>]",
"blacklist": "blacklist <network> <channel>"
}