1
0
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:
Sebastien Helleu
2012-10-14 11:17:54 +02:00
parent 248aa8d73a
commit 452229cf32
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -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)
{
/*