mirror of
https://github.com/anope/anope.git
synced 2026-07-10 14:43:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -87,7 +87,7 @@ class ModuleDNSBL : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnReload, I_OnUserConnect };
|
||||
ModuleManager::Attach(i, this, 2);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
OnReload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user