Procházet zdrojové kódy

Update help of REGISTER and VERIFY commands

tags/v2.10.0-rc1
Val Lorentz před 2 roky
rodič
revize
e7abd93e90
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      irc/help.go

+ 4
- 4
irc/help.go Zobrazit soubor

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

Načítá se…
Zrušit
Uložit