mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
queue the who command on join
This commit is contained in:
parent
b11f973345
commit
79be775f2b
1 changed files with 2 additions and 1 deletions
|
|
@ -250,7 +250,8 @@ static void query_send(IRC_SERVER_REC *server, int query)
|
|||
cmd = NULL;
|
||||
}
|
||||
|
||||
irc_send_cmd(server, cmd);
|
||||
/* queue the command */
|
||||
irc_send_cmd_full(server, cmd, FALSE, FALSE, FALSE);
|
||||
|
||||
g_free(chanstr);
|
||||
g_free(chanstr_commas);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue