X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_nonicks.cpp;h=48eafff7a8bad711935db7c242b3d943efcd7e0f;hb=de69e28a4a1aea89e410b693bbbb67890ecb0bd3;hp=e7903acc411ebf21b8e6f0561e40e4006c72850b;hpb=585138e4a46a3c9f3ad3666f675d178922a81815;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_nonicks.cpp b/src/modules/m_nonicks.cpp index e7903acc4..48eafff7a 100644 --- a/src/modules/m_nonicks.cpp +++ b/src/modules/m_nonicks.cpp @@ -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()