瀏覽代碼

Update help of REGISTER and VERIFY commands

tags/v2.10.0-rc1
Val Lorentz 2 年之前
父節點
當前提交
e7abd93e90
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      irc/help.go

+ 4
- 4
irc/help.go 查看文件

@@ -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…
取消
儲存