diff options
| author | 2022-01-03 15:14:36 +0000 | |
|---|---|---|
| committer | 2022-01-03 15:14:36 +0000 | |
| commit | b96af051c2dde3da0b81d8e160e0ace985578720 (patch) | |
| tree | aac0c2d60a69b74d57b58b096cb0649d4fe5a4ed /src/modules/m_sslinfo.cpp | |
| parent | Fix PREFIX in RPL_ISUPPORT (#1955). (diff) | |
| parent | Update IRCCloud IP ranges (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_sslinfo.cpp')
| -rw-r--r-- | src/modules/m_sslinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_sslinfo.cpp b/src/modules/m_sslinfo.cpp index 75fe3e0e8..bae5fb002 100644 --- a/src/modules/m_sslinfo.cpp +++ b/src/modules/m_sslinfo.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2021 Molly Miller <sysvinit@users.noreply.github.com> + * Copyright (C) 2021 Molly Miller * Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions> * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services> @@ -281,7 +281,7 @@ class ModuleSSLInfo final public: ModuleSSLInfo() - : 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.") + : 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.") , WebIRC::EventListener(this) , Whois::EventListener(this) , Who::EventListener(this) |
