]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nonicks.cpp
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / src / modules / m_nonicks.cpp
index e7903acc411ebf21b8e6f0561e40e4006c72850b..48eafff7a8bad711935db7c242b3d943efcd7e0f 100644 (file)
@@ -53,7 +53,7 @@ class ModuleNoNickChange : public Module
                OnRehash(NULL);
                ServerInstance->Modes->AddMode(&nn);
                Implementation eventlist[] = { I_OnUserPreNick, I_On005Numeric, I_OnRehash };
-               ServerInstance->Modules->Attach(eventlist, this, 2);
+               ServerInstance->Modules->Attach(eventlist, this, 3);
        }
 
        virtual ~ModuleNoNickChange()