From 338817f1cd09c9ad9a011fdaee0fc6c46923dfd7 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 13 Dec 2013 11:05:16 +0000 Subject: [PATCH] jump server reconnecting to the updated server addresses fix --- client/src/models/application.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/models/application.js b/client/src/models/application.js index c1552e0..e65c2ca 100644 --- a/client/src/models/application.js +++ b/client/src/models/application.js @@ -458,6 +458,8 @@ _kiwi.model.Application = function () { that.message.text(msg, {timeout: 8000}); setTimeout(function forcedReconnectPartTwo() { + _kiwi.gateway.set('kiwi_server', _kiwi.app.kiwi_server); + _kiwi.gateway.reconnect(function() { // Reconnect all the IRC connections that.connections.forEach(function(con){ con.reconnect(); }); -- 2.25.1