浏览代码

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
 Indicates that you're leaving the server, and shows everyone the given reason.`,
481
 Indicates that you're leaving the server, and shows everyone the given reason.`,
482
 	},
482
 	},
483
 	"register": {
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
 	"rehash": {
488
 	"rehash": {
489
 		oper: true,
489
 		oper: true,
557
 Shows information about the given users. Takes up to 10 nicknames.`,
557
 Shows information about the given users. Takes up to 10 nicknames.`,
558
 	},
558
 	},
559
 	"verify": {
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
 	"version": {
564
 	"version": {
565
 		text: `VERSION [server]
565
 		text: `VERSION [server]

正在加载...
取消
保存