mirror of
https://github.com/anope/anope.git
synced 2026-07-05 05:33:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -28,7 +28,7 @@ class HostServCore : public Module
|
||||
throw ModuleException("No bot named " + Config->HostServ);
|
||||
|
||||
Implementation i[] = { I_OnNickIdentify, I_OnNickUpdate, I_OnPreHelp };
|
||||
ModuleManager::Attach(i, this, 3);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
void OnNickIdentify(User *u)
|
||||
|
||||
Reference in New Issue
Block a user