summaryrefslogtreecommitdiff
path: root/modules/helpchan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/helpchan.cpp')
-rw-r--r--modules/helpchan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/helpchan.cpp b/modules/helpchan.cpp
index 3897b2b5a..11ec4247d 100644
--- a/modules/helpchan.cpp
+++ b/modules/helpchan.cpp
@@ -12,6 +12,7 @@ class HelpChannel : public Module
{
public:
HelpChannel(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
+ , EventHook<Event::ChannelModeSet>(this)
{
}