From ef796f1b11f3a93e8378cf03abe3bc14bc90baed Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 29 May 2019 05:06:40 -0400 Subject: [PATCH] review fix --- irc/nickserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index e07c03ae..542f236e 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -598,7 +598,7 @@ func nsRegisterHandler(server *Server, client *Client, command string, params [] certfp := client.certfp if passphrase == "*" { if certfp == "" { - nsNotice(rb, client.t("You need to either supply a passphrase or be connected via TLS with a client cert")) + nsNotice(rb, client.t("You must be connected with TLS and a client certificate to do this")) return } else { passphrase = ""