mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
queue the who command on join
This commit is contained in:
parent
6eeec6a112
commit
18ee6bb6f9
@ -521,7 +521,8 @@ static void sig_event_join(IRC_SERVER_REC *server, const char *data, const char
|
||||
NULL);
|
||||
cmd = g_strdup_printf(WHO_Ps_PPtna_745, nick);
|
||||
g_hash_table_add(server->chanqueries->accountqueries, g_strdup(nick));
|
||||
irc_send_cmd(server, cmd);
|
||||
/* queue the command */
|
||||
irc_send_cmd_full(server, cmd, FALSE, FALSE, FALSE);
|
||||
g_free(cmd);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user