Start implementing email command

This commit is contained in:
Mark Veidemanis
2021-08-25 07:47:54 +00:00
parent 0854c6d60d
commit 61f6715b20
2 changed files with 41 additions and 32 deletions

View File

@@ -33,5 +33,6 @@
"pending": "pending [<network>]",
"authcheck": "authcheck [<network>]",
"recheckauth": "recheckauth [<network>]",
"blacklist": "blacklist <network> <channel>"
"blacklist": "blacklist <network> <channel>",
"email": "email <add|del|list> [(domain)|<num>] [<email>]"
}