diff options
| author | 2022-01-03 15:19:48 +0000 | |
|---|---|---|
| committer | 2022-01-09 14:26:48 +0000 | |
| commit | 75eb209539d7ec5555d06d977d138ae0386cb026 (patch) | |
| tree | 6dbdaf3292c24e4cbb8669bbcf3f1377b299c990 /src/modules/m_sslinfo.cpp | |
| parent | Refactor CoreException and ModuleException. (diff) | |
Replace some references to "SSL" that snuck in during the merge.
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 bae5fb002..bf7d98a36 100644 --- a/src/modules/m_sslinfo.cpp +++ b/src/modules/m_sslinfo.cpp @@ -281,7 +281,7 @@ class ModuleSSLInfo final public: ModuleSSLInfo() - : Module(VF_VENDOR, "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.") + : Module(VF_VENDOR, "Adds user facing TLS information, various TLS configuration options, and the /SSLINFO command to look up TLS certificate information for other users.") , WebIRC::EventListener(this) , Whois::EventListener(this) , Who::EventListener(this) |
