mirror of
https://github.com/anope/anope.git
synced 2026-06-29 18:36:38 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -312,7 +312,7 @@ class HSRequest : public Module
|
||||
ModuleManager::RegisterService(&commandhswaiting);
|
||||
|
||||
Implementation i[] = { I_OnDelNick, I_OnDatabaseRead, I_OnDatabaseWrite, I_OnReload };
|
||||
ModuleManager::Attach(i, this, 4);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
this->OnReload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user