Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_userip.c
index 8f8cb1a04aab8fd8890a677ad237d60bc8d933fa..5fb5860bd44c12e457accf970630c211cc4aa7ed 100644 (file)
@@ -151,13 +151,13 @@ int m_userip(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
     else
     {
       if (i < j)
-        sendbufto_one(sptr);
-      sendto_one(sptr, err_str(ERR_NOSUCHNICK), me.name, parv[0], s);
+        sendbufto_one(sptr); /* XXX DEAD */
+      sendto_one(sptr, err_str(ERR_NOSUCHNICK), me.name, parv[0], s); /* XXX DEAD */
       sbuf = sprintf_irc(sendbuf, rpl_str(RPL_USERIP), me.name, parv[0]);
       j = i - 1;
     }
   if (i < j)
-    sendbufto_one(sptr);
+    sendbufto_one(sptr); /* XXX DEAD */
   return 0;
 }
 #endif /* 0 */