summaryrefslogtreecommitdiff
path: root/modules/commands/ns_set.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/commands/ns_set.cpp
parent50acad5ce451b44b469890fe46ce14c7ffd031ca (diff)
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/commands/ns_set.cpp')
-rw-r--r--modules/commands/ns_set.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp
index b04687b7b..b130ba1fa 100644
--- a/modules/commands/ns_set.cpp
+++ b/modules/commands/ns_set.cpp
@@ -1107,13 +1107,6 @@ class NSSet : public Module
public:
NSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
- , EventHook<Event::PreCommand>()
- , EventHook<Event::SetCorrectModes>()
- , EventHook<NickServ::Event::PreNickExpire>()
- , EventHook<Event::NickInfo>()
- , EventHook<Event::UserModeSet>()
- , EventHook<Event::UserModeUnset>()
- , EventHook<Event::UserLogin>()
, commandnsset(this)
, commandnssaset(this)
, commandnssetautoop(this)