mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -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")
|
cap_extendedjoin(this, "extended-join")
|
||||||
{
|
{
|
||||||
OnRehash(NULL);
|
OnRehash(NULL);
|
||||||
Implementation eventlist[] = { I_OnUserJoin, I_OnPostJoin, I_OnSetAway, I_OnEvent };
|
Implementation eventlist[] = { I_OnUserJoin, I_OnPostJoin, I_OnSetAway, I_OnEvent, I_OnRehash };
|
||||||
ServerInstance->Modules->Attach(eventlist, this, 4);
|
ServerInstance->Modules->Attach(eventlist, this, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnRehash(User* user)
|
void OnRehash(User* user)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user