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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user