diff options
| author | 2020-04-10 20:32:54 +0100 | |
|---|---|---|
| committer | 2020-04-10 20:36:20 +0100 | |
| commit | c5680d6493a07e6625cc84db0639811bb1a45aee (patch) | |
| tree | 5cc813edaeab5159888722deb030d8bd6c3ba692 /src/modules/m_sslinfo.cpp | |
| parent | Update the module descriptions using mkversion. (diff) | |
Fix an oversight in mkversions that caused it to not update extras.
Diffstat (limited to 'src/modules/m_sslinfo.cpp')
| -rw-r--r-- | src/modules/m_sslinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
