diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-04 10:14:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-04 10:14:09 +0100 |
commit | fb6bf272c137584b54cb57e387b06f2bb1058c9b (patch) | |
tree | 7165095381bb3e7f244ac4fb3391db701f5531e2 | |
parent | 371ffa78cbe46687cc369990f65857436c039fd9 (diff) |
Stop prioritising OnUserConnect in the conn_umodes module.
There is no reason to do this.
-rw-r--r-- | src/modules/m_conn_umodes.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_conn_umodes.cpp b/src/modules/m_conn_umodes.cpp index 3132aed40..ceb1b66fa 100644 --- a/src/modules/m_conn_umodes.cpp +++ b/src/modules/m_conn_umodes.cpp @@ -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); |