X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_kill.c;h=b038bc884d496e770eec2c25badfadc3e967a2ea;hb=1570a04e15bec6b2945e4351b1e05211aecdcacc;hp=d90ffe7f1dad65a5d7bed101d2530c9ea5113633;hpb=dd02dedabb04213291462bfaf2f28f6134fc0e37;p=ircu2.10.12-pk.git diff --git a/ircd/m_kill.c b/ircd/m_kill.c index d90ffe7..b038bc8 100644 --- a/ircd/m_kill.c +++ b/ircd/m_kill.c @@ -119,7 +119,7 @@ static int do_kill(struct Client* cptr, struct Client* sptr, * have changed the target because of the nickname change. */ sendto_opmask_butone(0, IsServer(sptr) ? SNO_SERVKILL : SNO_OPERKILL, - "Received KILL message for %s. From %s Path: %s!%s %s", + "Received KILL message for %s from %s Path: %s!%s %s", get_client_name(victim, SHOW_IP), cli_name(sptr), inpath, path, msg); log_write_kill(victim, sptr, inpath, path, msg); @@ -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);