mirror of
https://github.com/anope/anope.git
synced 2026-07-04 05:53:12 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -167,7 +167,7 @@ class MemoServCore : public Module
|
||||
throw ModuleException("No bot named " + Config->MemoServ);
|
||||
|
||||
Implementation i[] = { I_OnNickIdentify, I_OnJoinChannel, I_OnUserAway, I_OnNickUpdate, I_OnPreHelp, I_OnPostHelp };
|
||||
ModuleManager::Attach(i, this, 6);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&this->mymemoserv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user