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_sslmodes.cpp | |
| parent | Refactor CoreException and ModuleException. (diff) | |
Replace some references to "SSL" that snuck in during the merge.
Diffstat (limited to 'src/modules/m_sslmodes.cpp')
| -rw-r--r-- | src/modules/m_sslmodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sslmodes.cpp b/src/modules/m_sslmodes.cpp index f7e2eb4f0..353d6e485 100644 --- a/src/modules/m_sslmodes.cpp +++ b/src/modules/m_sslmodes.cpp @@ -165,7 +165,7 @@ class ModuleSSLModes final public: ModuleSSLModes() - : Module(VF_VENDOR, "Adds channel mode z (sslonly) which prevents users who are not connecting using TLS (SSL) from joining the channel and user mode z (sslqueries) to prevent messages from non-TLS (SSL) users.") + : Module(VF_VENDOR, "Adds channel mode z (sslonly) which prevents users who are not connecting using TLS from joining the channel and user mode z (sslqueries) to prevent messages from non-TLS users.") , CTCTags::EventListener(this) , api(this) , sslm(this, api) |
