]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_names.cpp
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are *identical*
[user/henk/code/inspircd.git] / src / cmd_names.cpp
index e319ad31e1261b7493e2642e5b773142be204793..5bd7c823565bbd79d0b98b2c108325318dc8d439 100644 (file)
@@ -72,8 +72,8 @@ void cmd_names::Handle (char **parameters, int pcnt, userrec *user)
                return;
        }
 
-       /*if (ServerInstance->Parser->LoopCall(handle_names,parameters,pcnt,user,0,pcnt-1,0))
-               return;*/
+       if (ServerInstance->Parser->LoopCall(this,parameters,pcnt,user,0,pcnt-1,0))
+               return;
        c = FindChan(parameters[0]);
        if (c)
        {