Stop prioritising OnUserConnect in the conn_umodes module.

There is no reason to do this.
This commit is contained in:
Peter Powell 2019-07-04 10:14:09 +01:00
parent 371ffa78cb
commit fb6bf272c1

View File

@ -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);