1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

maybe this matches the command now

This commit is contained in:
Ailin Nemui 2021-02-01 21:59:32 +01:00
parent a0a9a82673
commit 09c17c3302

View File

@ -400,7 +400,7 @@ void irc_channels_query_purge_accountquery(IRC_SERVER_REC *server, const char *n
/* if it was removed we may have an outstanding query */
if (was_removed) {
target_cmd = g_strdup_printf(WHO_Ps_PPtna_745, nick);
target_cmd = g_strdup_printf(WHO_Ps_PPtna_745 "\r\n", nick);
/* remove queued WHO command */
prev = NULL;