mirror of
https://github.com/anope/anope.git
synced 2026-07-09 21:43:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -162,7 +162,7 @@ class MySQLLiveModule : public Module
|
||||
Module(modname, creator, DATABASE), SQL("mysql/main"), ACS("asynch_commands")
|
||||
{
|
||||
Implementation i[] = { I_OnFindChan, I_OnFindNick, I_OnFindCore, I_OnShutdown };
|
||||
ModuleManager::Attach(i, this, 4);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
void OnShutdown()
|
||||
|
||||
Reference in New Issue
Block a user