浏览代码

review fix

tags/v1.1.0-rc1
Shivaram Lingamneni 5 年前
父节点
当前提交
ef796f1b11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go 查看文件

@@ -598,7 +598,7 @@ func nsRegisterHandler(server *Server, client *Client, command string, params []
598 598
 	certfp := client.certfp
599 599
 	if passphrase == "*" {
600 600
 		if certfp == "" {
601
-			nsNotice(rb, client.t("You need to either supply a passphrase or be connected via TLS with a client cert"))
601
+			nsNotice(rb, client.t("You must be connected with TLS and a client certificate to do this"))
602 602
 			return
603 603
 		} else {
604 604
 			passphrase = ""

正在加载...
取消
保存