Author: Isomer <Isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_kill.c
index 5bf72b8d2cd2b42dbcd2aa41f71c99c112759e3d..b8dd10086e57d109563a00ee2494b147f6b88c85 100644 (file)
@@ -302,7 +302,7 @@ int mo_kill(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 
 #ifdef LOCAL_KILL_ONLY
   if (!MyConnect(victim)) {
-    send_reply(&me, CMD_NOTICE, sptr, "%C :Nick %s isnt on your server", sptr,
+    sendcmdto_one(&me, CMD_NOTICE, sptr, "%C :Nick %s isnt on your server", sptr,
               victim->name);
     return 0;
   }