From d320c73f23ff7a9b848b86b59c6bf91c1254e410 Mon Sep 17 00:00:00 2001 From: lethality Date: Sat, 17 Dec 2011 10:30:13 +0000 Subject: Fixed entry messages not displaying. --- modules/commands/cs_entrymsg.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/commands/cs_entrymsg.cpp') 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(); } -- cgit