mirror of
https://github.com/anope/anope.git
synced 2026-07-02 00:26:38 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -232,7 +232,7 @@ class ModuleXMLRPC : public Module
|
||||
ModuleManager::RegisterService(&this->xmlrpcinterface);
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
ModuleManager::Attach(i, this, 1);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
OnReload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user