mirror of
https://github.com/anope/anope.git
synced 2026-07-04 18:53:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -60,7 +60,7 @@ class GlobalCore : public Module
|
||||
ModuleManager::RegisterService(&this->myglobalservice);
|
||||
|
||||
Implementation i[] = { I_OnRestart, I_OnShutdown, I_OnNewServer, I_OnPreHelp };
|
||||
ModuleManager::Attach(i, this, 3);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
void OnRestart()
|
||||
|
||||
Reference in New Issue
Block a user