summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap_oper.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
committerAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
commited920366d69801bab7fc276fa24296b7f1264ff2 (patch)
treef44e016ae383f7ddacbb466dde2f7fc931eb2f63 /modules/extra/m_ldap_oper.cpp
parent50acad5ce451b44b469890fe46ce14c7ffd031ca (diff)
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/extra/m_ldap_oper.cpp')
-rw-r--r--modules/extra/m_ldap_oper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/extra/m_ldap_oper.cpp b/modules/extra/m_ldap_oper.cpp
index e6460b8cd..a8973fa1e 100644
--- a/modules/extra/m_ldap_oper.cpp
+++ b/modules/extra/m_ldap_oper.cpp
@@ -88,8 +88,6 @@ class LDAPOper : public Module
Anope::string filter;
public:
LDAPOper(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
- , EventHook<Event::NickIdentify>()
- , EventHook<Event::DelCore>()
, ldap("LDAPProvider", "ldap/main")
, iinterface(this)
{