mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:53:13 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -15,7 +15,7 @@ class StatusUpdate : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnAccessAdd, I_OnAccessChange, I_OnAccessDel, I_OnAccessClear };
|
||||
ModuleManager::Attach(i, this, 4);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
void OnAccessAdd(ChannelInfo *ci, User *u, ChanAccess *access)
|
||||
|
||||
Reference in New Issue
Block a user