0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 08:24:08 +01:00

Use new info when sending away-notify after QJM.

This commit is contained in:
Jilles Tjoelker 2015-09-20 15:20:05 +02:00
parent b4a7304c94
commit 0e17ce0612

View file

@ -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)