mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
m_ircv3 Attach to OnRehash
This commit is contained in:
parent
d9d0d1b6a9
commit
c244b6686c
@ -77,8 +77,8 @@ class ModuleIRCv3 : public Module
|
||||
cap_extendedjoin(this, "extended-join")
|
||||
{
|
||||
OnRehash(NULL);
|
||||
Implementation eventlist[] = { I_OnUserJoin, I_OnPostJoin, I_OnSetAway, I_OnEvent };
|
||||
ServerInstance->Modules->Attach(eventlist, this, 4);
|
||||
Implementation eventlist[] = { I_OnUserJoin, I_OnPostJoin, I_OnSetAway, I_OnEvent, I_OnRehash };
|
||||
ServerInstance->Modules->Attach(eventlist, this, 5);
|
||||
}
|
||||
|
||||
void OnRehash(User* user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user