diff options
Diffstat (limited to 'modules/m_helpchan.cpp')
-rw-r--r-- | modules/m_helpchan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/m_helpchan.cpp b/modules/m_helpchan.cpp index b8efe1b0a..3897b2b5a 100644 --- a/modules/m_helpchan.cpp +++ b/modules/m_helpchan.cpp @@ -12,7 +12,6 @@ class HelpChannel : public Module { public: HelpChannel(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) - , EventHook<Event::ChannelModeSet>() { } |