summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-12-17 10:30:13 +0000
committerlethality <lethality@anope.org>2011-12-17 10:30:13 +0000
commitd320c73f23ff7a9b848b86b59c6bf91c1254e410 (patch)
tree5ceeb0ae84ca1559e57dfdadc4a7846c10cde053
parentca8ce89de4302cbf8f89e23b2f1b18ca7332fa40 (diff)
Fixed entry messages not displaying.
-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();
}