Fix bugs in rehashing pseudo commands and in kill handling.
[ircu2.10.12-pk.git] / ircd / m_kill.c
index d90ffe7f1dad65a5d7bed101d2530c9ea5113633..9c4f0e02673e5d09d02909cf4807386f1428c9a4 100644 (file)
@@ -155,7 +155,7 @@ static int do_kill(struct Client* cptr, struct Client* sptr,
                  victim, "%C :%s %s", victim, feature_bool(FEAT_HIS_KILLWHO)
                  ? feature_str(FEAT_HIS_SERVERNAME) : cli_name(sptr), msg);
   return exit_client_msg(cptr, victim, feature_bool(FEAT_HIS_KILLWHO)
-                        ? &his : sptr, "Killed (%s %s)",
+                        ? &me : sptr, "Killed (%s %s)",
                         feature_bool(FEAT_HIS_KILLWHO) ?
                         feature_str(FEAT_HIS_SERVERNAME) : cli_name(sptr),
                         msg);