summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd20.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/protocol/inspircd20.cpp
parent50acad5ce451b44b469890fe46ce14c7ffd031ca (diff)
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/protocol/inspircd20.cpp')
-rw-r--r--modules/protocol/inspircd20.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp
index f74a30137..b28145385 100644
--- a/modules/protocol/inspircd20.cpp
+++ b/modules/protocol/inspircd20.cpp
@@ -1609,13 +1609,6 @@ class ProtoInspIRCd20 : public Module
public:
ProtoInspIRCd20(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, PROTOCOL | VENDOR)
- , EventHook<Event::UserNickChange>()
- , EventHook<Event::ChannelSync>()
- , EventHook<Event::ChanRegistered>()
- , EventHook<Event::DelChan>()
- , EventHook<Event::MLockEvents>()
- , EventHook<Event::SetChannelOption>()
- , EventHook<Event::ChannelModeUnset>()
, ircd_proto(this)
, ssl(this, "ssl")
, message_away(this)