Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / ircd / m_kill.c
index 521ea64aefb7a8c108505df6373899ce02cf1f42..34e1a5ab0eb048b20f399fae37b0e21987862b63 100644 (file)
@@ -182,7 +182,11 @@ static int do_kill(struct Client* cptr, struct Client* sptr,
                   comment);
 #endif
   }
+#ifdef HEAD_IN_SAND_KILLWHO
+  return exit_client_msg(cptr, victim, &me, "Killed (%s)", comment);
+#else
   return exit_client_msg(cptr, victim, sptr, "Killed (%s)", comment);
+#endif
 }
 
 /*