mirror of
https://github.com/anope/anope.git
synced 2026-07-05 20:03:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -211,7 +211,7 @@ class NSCert : public Module
|
||||
throw ModuleException("Your IRCd does not support ssl client certificates");
|
||||
|
||||
Implementation i[] = { I_OnUserNickChange, I_OnFingerprint };
|
||||
ModuleManager::Attach(i, this, 2);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&commandnscert);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user