mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Replace some references to "SSL" that snuck in during the merge.
This commit is contained in:
parent
52cc8a4183
commit
75eb209539
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user