mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
maybe this matches the command now
This commit is contained in:
parent
a0a9a82673
commit
09c17c3302
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue