1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

Use options for server with /connect command when temporary server already exists

This commit is contained in:
Sebastien Helleu
2011-01-10 19:04:08 +01:00
parent 6aab191673
commit 2746953335
+2
View File
@@ -797,6 +797,8 @@ irc_command_connect (void *data, struct t_gui_buffer *buffer, int argc,
ptr_server = irc_server_search (argv[i]);
if (ptr_server)
{
irc_server_apply_command_line_options (ptr_server,
argc, argv);
if (!irc_command_connect_one_server (ptr_server,
switch_address,
no_join))