summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r--modules/commands/cs_set.cpp12
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")