]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_umodes.cpp
Send SVSNICKs during nick collision to prevent servers that do not fully implement...
[user/henk/code/inspircd.git] / src / modules / m_conn_umodes.cpp
index 26670a7490f5ad26b73efc5bb2d0a769bf7e9614..c091691c6705a23569159d2ae27d265f602b15bf 100644 (file)
@@ -29,7 +29,7 @@ class ModuleModesOnConnect : public Module
                Implementation eventlist[] = { I_OnUserConnect, I_OnRehash };
                ServerInstance->Modules->Attach(eventlist, this, 2);
                // for things like +x on connect, important, otherwise we have to resort to config order (bleh) -- w00t
-               ServerInstance->Modules->SetPriority(this, PRIO_FIRST);
+               ServerInstance->Modules->SetPriority(this, PRIORITY_FIRST);
        }