mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
maybe this matches the command now
This commit is contained in:
parent
a0a9a82673
commit
09c17c3302
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user