3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 08:29:31 +01:00

Update help of REGISTER and VERIFY commands

This commit is contained in:
Val Lorentz 2022-02-08 20:25:41 +01:00 committed by GitHub
parent 59ef59870a
commit e7abd93e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]