Merge pull request #1917 from progval/patch-4

Update help of REGISTER and VERIFY commands
This commit is contained in:
Shivaram Lingamneni
2022-02-08 16:22:58 -05:00
committed by GitHub

View File

@@ -481,9 +481,9 @@ specs for more info: http://ircv3.net/specs/core/message-tags-3.3.html`,
Indicates that you're leaving the server, and shows everyone the given reason.`, Indicates that you're leaving the server, and shows everyone the given reason.`,
}, },
"register": { "register": {
text: `REGISTER <email | *> <password> text: `REGISTER <account> <email | *> <password>
Registers an account in accordance with the draft/register capability.`, Registers an account in accordance with the draft/account-registration capability.`,
}, },
"rehash": { "rehash": {
oper: true, oper: true,
@@ -557,9 +557,9 @@ The USERS command is not implemented.`,
Shows information about the given users. Takes up to 10 nicknames.`, Shows information about the given users. Takes up to 10 nicknames.`,
}, },
"verify": { "verify": {
text: `VERIFY <account> <password> text: `VERIFY <account> <code>
Verifies an account in accordance with the draft/register capability.`, Verifies an account in accordance with the draft/account-registration capability.`,
}, },
"version": { "version": {
text: `VERSION [server] text: `VERSION [server]