mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Stop prioritising OnUserConnect in the conn_umodes module.
There is no reason to do this.
This commit is contained in:
parent
371ffa78cb
commit
fb6bf272c1
@ -25,12 +25,6 @@
|
||||
class ModuleModesOnConnect : public Module
|
||||
{
|
||||
public:
|
||||
void Prioritize() CXX11_OVERRIDE
|
||||
{
|
||||
// for things like +x on connect, important, otherwise we have to resort to config order (bleh) -- w00t
|
||||
ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_FIRST);
|
||||
}
|
||||
|
||||
Version GetVersion() CXX11_OVERRIDE
|
||||
{
|
||||
return Version("Sets (and unsets) modes on users when they connect", VF_VENDOR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user