Author: beware (by Spike)
[ircu2.10.12-pk.git] / ircd / m_names.c
index b15f10559cea2f0f2c3f1482b9be7a33ade649eb..02e80d2282789716c0268f46a7d0ff7d419b5687 100644 (file)
@@ -176,7 +176,7 @@ void do_names(struct Client* sptr, struct Channel* chptr, int filter)
       idx++;
     }
     strcat(buf, cli_name(c2ptr));
-    idx += strlen(cli_name(c2ptr)) + 1;
+    idx += strlen(cli_name(c2ptr));
     flag = 1;
     if (mlen + idx + NICKLEN + 5 > BUFSIZE)
       /* space, modifier, nick, \r \n \0 */