mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:36:39 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -60,7 +60,7 @@ class CSSetMisc : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnChanInfo, I_OnDatabaseWriteMetadata, I_OnDatabaseReadMetadata };
|
||||
ModuleManager::Attach(i, this, 3);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&this->commandcssetmisc);
|
||||
ModuleManager::RegisterService(&this->commandcssasetmisc);
|
||||
|
||||
Reference in New Issue
Block a user