mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:43:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -293,7 +293,7 @@ class OperServCore : public Module
|
||||
throw ModuleException("No bot named " + Config->OperServ);
|
||||
|
||||
Implementation i[] = { I_OnBotPrivmsg, I_OnServerQuit, I_OnUserModeSet, I_OnUserModeUnset, I_OnUserConnect, I_OnUserNickChange, I_OnPreHelp };
|
||||
ModuleManager::Attach(i, this, 7);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&sglines);
|
||||
ModuleManager::RegisterService(&szlines);
|
||||
|
||||
Reference in New Issue
Block a user