mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
irc: fix cancel of auto-reconnection to server with /disconnect
This bug was introduced by commit 5931eed85d
This commit is contained in:
@@ -3915,10 +3915,6 @@ irc_server_disconnect (struct t_irc_server *server, int switch_address,
|
||||
{
|
||||
struct t_irc_channel *ptr_channel;
|
||||
|
||||
/* server already disconnected? */
|
||||
if (server->disconnected)
|
||||
return;
|
||||
|
||||
if (server->is_connected)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user