mirror of
https://github.com/anope/anope.git
synced 2026-07-05 20:33:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -27,7 +27,7 @@ class BotServCore : public Module
|
||||
|
||||
Implementation i[] = { I_OnPrivmsg, I_OnPreCommand, I_OnJoinChannel, I_OnLeaveChannel,
|
||||
I_OnPreHelp, I_OnPostHelp, I_OnChannelModeSet };
|
||||
ModuleManager::Attach(i, this, 7);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user