summaryrefslogtreecommitdiff
path: root/modules/commands/cs_entrymsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_entrymsg.cpp')
-rw-r--r--modules/commands/cs_entrymsg.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp
index b4aaf805a..a514365fe 100644
--- a/modules/commands/cs_entrymsg.cpp
+++ b/modules/commands/cs_entrymsg.cpp
@@ -208,6 +208,9 @@ class CSEntryMessage : public Module
{
this->SetAuthor("Anope");
+ Implementation i[] = { I_OnReload, I_OnJoinChannel };
+ ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
+
this->OnReload();
}