mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Fix channel registrants being able to kick OJOINed users
This commit is contained in:
parent
94c0d1e122
commit
16158007e8
@ -205,6 +205,7 @@ class ModuleOjoin : public Module
|
||||
void Prioritize()
|
||||
{
|
||||
ServerInstance->Modules->SetPriority(this, I_OnCheckJoin, PRIORITY_FIRST);
|
||||
ServerInstance->Modules->SetPriority(this, I_OnPermissionCheck, PRIORITY_BEFORE, ServerInstance->Modules->Find("m_chanregister.so"));
|
||||
}
|
||||
|
||||
Version GetVersion()
|
||||
|
Loading…
x
Reference in New Issue
Block a user