1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Revert "queue the who command on join"

This reverts commit 79be775f2b.
This commit is contained in:
Ailin Nemui 2021-02-27 21:02:48 +01:00
parent 3a929898e2
commit 04b44a8f8d

View File

@ -250,8 +250,7 @@ static void query_send(IRC_SERVER_REC *server, int query)
cmd = NULL;
}
/* queue the command */
irc_send_cmd_full(server, cmd, FALSE, FALSE, FALSE);
irc_send_cmd(server, cmd);
g_free(chanstr);
g_free(chanstr_commas);