diff options
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r-- | modules/commands/cs_topic.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 5fd40bdf0..49a5a0043 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -211,9 +211,6 @@ class CSTopic : public Module public: CSTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) - , EventHook<Event::ChannelSync>() - , EventHook<Event::TopicUpdated>() - , EventHook<Event::ChanInfo>() , commandcstopic(this) , commandcssetkeeptopic(this) , topiclock(this, "TOPICLOCK") |