summaryrefslogtreecommitdiff
path: root/modules/m_httpd.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-17 00:41:36 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-17 00:41:36 +0100
commit9c0134ee2c76fe7ff1509501b3904f9db9b29454 (patch)
tree0412d074ec4216fe6dd7b7fb5e977cf109bbbf4b /modules/m_httpd.cpp
parent959fee59377edc4eaf285d8e72d3c2c41e9fe3ab (diff)
Rename m_ssl to m_ssl_openssl and update docs
Diffstat (limited to 'modules/m_httpd.cpp')
-rw-r--r--modules/m_httpd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/m_httpd.cpp b/modules/m_httpd.cpp
index e08452d81..f3d0677a9 100644
--- a/modules/m_httpd.cpp
+++ b/modules/m_httpd.cpp
@@ -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;