mirror of
https://github.com/anope/anope.git
synced 2026-07-08 01:03:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -118,7 +118,7 @@ class ModuleAsynchCommands : public Module, public Pipe, public AsynchCommandsSe
|
||||
main_mutex.Lock();
|
||||
|
||||
Implementation i[] = { I_OnDeleteObject, I_OnPreCommand };
|
||||
ModuleManager::Attach(i, this, 2);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::SetPriority(this, PRIORITY_FIRST);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user