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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user