diff options
author | Adam <Adam@anope.org> | 2014-12-27 13:13:11 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-12-27 13:13:11 -0500 |
commit | ed920366d69801bab7fc276fa24296b7f1264ff2 (patch) | |
tree | f44e016ae383f7ddacbb466dde2f7fc931eb2f63 /modules/commands/cs_set.cpp | |
parent | 50acad5ce451b44b469890fe46ce14c7ffd031ca (diff) |
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r-- | modules/commands/cs_set.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 9cf58c029..2f0e2dd4f 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -1101,18 +1101,6 @@ class CSSet : public Module public: CSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) - , EventHook<Event::CreateChan>() - , EventHook<Event::ChannelCreate>() - , EventHook<Event::ChannelSync>() - , EventHook<Event::CheckKick>() - , EventHook<Event::DelChan>() - , EventHook<Event::ChannelModeSet>() - , EventHook<Event::ChannelModeUnset>() - , EventHook<Event::CheckDelete>() - , EventHook<Event::JoinChannel>() - , EventHook<Event::SetCorrectModes>() - , EventHook<ChanServ::Event::PreChanExpire>() - , EventHook<Event::ChanInfo>() , noautoop(this, ChanServ::channel, "NOAUTOOP") , peace(this, ChanServ::channel, "PEACE") |