Author: Isomer <Isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_nick.c
index bf3110524a9e5aad7884f555e2b1d3e6eafa8e1e..59785621e86a97584ec0402e6435774b0bd60188 100644 (file)
@@ -317,7 +317,9 @@ int ms_nick(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
    * is present in the nicklist (due to the way the below for loop is
    * constructed). -avalon
    */
-  if (!(acptr = FindClient(nick))) {
+   
+  acptr = FindClient(nick);
+  if (!acptr) {
     /*
      * No collisions, all clear...
      */