1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 03:36:37 +02:00

Fixed entry messages not displaying.

This commit is contained in:
lethality
2011-12-17 10:30:13 +00:00
parent ca8ce89de4
commit d320c73f23
+3
View File
@@ -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();
}