mirror of
https://github.com/anope/anope.git
synced 2026-06-27 07:46:37 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -166,7 +166,7 @@ class CSEntryMessage : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnJoinChannel, I_OnReload, I_OnDatabaseReadMetadata, I_OnDatabaseWriteMetadata };
|
||||
ModuleManager::Attach(i, this, 4);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&commandentrymsg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user