Browse Source

Update help of REGISTER and VERIFY commands

tags/v2.10.0-rc1
Val Lorentz 2 years ago
parent
commit
e7abd93e90
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      irc/help.go

+ 4
- 4
irc/help.go View File

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

Loading…
Cancel
Save