mirror of
https://github.com/anope/anope.git
synced 2026-07-02 03:06:38 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -725,7 +725,7 @@ class OSSession : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnUserConnect, I_OnUserLogoff };
|
||||
ModuleManager::Attach(i, this, 2);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&commandossession);
|
||||
ModuleManager::RegisterService(&commandosexception);
|
||||
|
||||
Reference in New Issue
Block a user