From 09c17c3302742be94da39996bf0ffac455bafd1e Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 1 Feb 2021 21:59:32 +0100 Subject: [PATCH] maybe this matches the command now --- src/irc/core/channels-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c index 7274ab81..664b429e 100644 --- a/src/irc/core/channels-query.c +++ b/src/irc/core/channels-query.c @@ -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;