mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Prioritize checking for +ikl last to match previous behavior (#1474).
This commit is contained in:
parent
802eed1734
commit
d53d919bd8
@ -269,6 +269,7 @@ class CoreModChannel : public Module, public CheckExemption::EventListener
|
||||
void Prioritize() CXX11_OVERRIDE
|
||||
{
|
||||
ServerInstance->Modules.SetPriority(this, I_OnPostJoin, PRIORITY_FIRST);
|
||||
ServerInstance->Modules.SetPriority(this, I_OnUserPreJoin, PRIORITY_LAST);
|
||||
}
|
||||
|
||||
Version GetVersion() CXX11_OVERRIDE
|
||||
|
Loading…
x
Reference in New Issue
Block a user