diff options
| author | 2019-07-16 15:11:21 +0100 | |
|---|---|---|
| committer | 2019-07-16 16:48:18 +0100 | |
| commit | cd8b456f979733525941284639d8bf899173b429 (patch) | |
| tree | f1d26962e61c74c5acb076662a909beafbe8e5fd /src/modules/m_conn_umodes.cpp | |
| parent | Replace socketengine_{pthread,win32} with C++11 threads. (diff) | |
| parent | ssl_gnutls: remove PackageInfo directives for EOL Debian versions. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_conn_umodes.cpp')
| -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 f18a9e80b..49d56acc0 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() 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() override { return Version("Sets (and unsets) modes on users when they connect", VF_VENDOR); |
