From c5680d6493a07e6625cc84db0639811bb1a45aee Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 10 Apr 2020 20:32:54 +0100 Subject: Fix an oversight in mkversions that caused it to not update extras. --- src/modules/m_sslinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sslinfo.cpp') diff --git a/src/modules/m_sslinfo.cpp b/src/modules/m_sslinfo.cpp index 2c84c114b..4f784c87c 100644 --- a/src/modules/m_sslinfo.cpp +++ b/src/modules/m_sslinfo.cpp @@ -215,7 +215,7 @@ class ModuleSSLInfo Version GetVersion() CXX11_OVERRIDE { - return Version("Adds user facing SSL information, various SSL configuration options, and the /SSLINFO command to look up SSL certificate information for other users.", VF_VENDOR); + return Version("Adds user facing TLS (SSL) information, various TLS (SSL) configuration options, and the /SSLINFO command to look up TLS (SSL) certificate information for other users.", VF_VENDOR); } void OnWhois(Whois::Context& whois) CXX11_OVERRIDE -- cgit v1.2.3