mirror of
https://github.com/anope/anope.git
synced 2026-07-04 12:03:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -76,7 +76,7 @@ class NSSetMisc : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnNickInfo, I_OnDatabaseWriteMetadata, I_OnDatabaseReadMetadata };
|
||||
ModuleManager::Attach(i, this, 3);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&this->commandnssetmisc);
|
||||
ModuleManager::RegisterService(&this->commandnssasetmisc);
|
||||
|
||||
Reference in New Issue
Block a user