Parcourir la source

Merge pull request #1917 from progval/patch-4

Update help of REGISTER and VERIFY commands
tags/v2.10.0-rc1
Shivaram Lingamneni il y a 2 ans
Parent
révision
0a2a850005
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      irc/help.go

+ 4
- 4
irc/help.go Voir le fichier

@@ -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]

Chargement…
Annuler
Enregistrer