From 0e17ce0612aaf8babe2a63295113f4a507e4c843 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 20 Sep 2015 15:20:05 +0200 Subject: [PATCH] Use new info when sending away-notify after QJM. --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_user.c b/src/s_user.c index 57b40530..95e8fa04 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1475,7 +1475,7 @@ change_nick_user_host(struct Client *target_p, const char *nick, const char *use /* Resend away message to away-notify enabled clients. */ if (target_p->user->away) sendto_common_channels_local_butone(target_p, CLICAP_AWAY_NOTIFY, ":%s!%s@%s AWAY :%s", - target_p->name, target_p->username, target_p->host, + nick, user, host, target_p->user->away); if(MyClient(target_p) && changed_case)