mirror of
https://github.com/anope/anope.git
synced 2026-06-28 01:56:38 +02:00
Rename m_ssl to m_ssl_openssl and update docs
This commit is contained in:
@@ -454,9 +454,6 @@ class HTTPD : public Module
|
||||
|
||||
void OnModuleLoad(User *u, Module *m) anope_override
|
||||
{
|
||||
if (m->name != "m_ssl")
|
||||
return;
|
||||
|
||||
for (std::map<Anope::string, MyHTTPProvider *>::iterator it = this->providers.begin(), it_end = this->providers.end(); it != it_end; ++it)
|
||||
{
|
||||
MyHTTPProvider *p = it->second;
|
||||
|
||||
Reference in New Issue
Block a user