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;