From ea248ff3a7e04256cb97cdc37caa526e9707ae13 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Thu, 12 Feb 2009 16:09:25 +0100 Subject: [PATCH] disabling irc timeout detection for now - needs investigation --- src/core/corenetwork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/corenetwork.cpp b/src/core/corenetwork.cpp index 5e2c3b1d..b4a6d86d 100644 --- a/src/core/corenetwork.cpp +++ b/src/core/corenetwork.cpp @@ -518,7 +518,7 @@ void CoreNetwork::doAutoReconnect() { void CoreNetwork::sendPing() { if(!gotPong()) { - disconnectFromIrc(false, QString("No Ping reply in %1 seconds.").arg(_pingTimer.interval() / 1000), true /* withReconnect */); + // disconnectFromIrc(false, QString("No Ping reply in %1 seconds.").arg(_pingTimer.interval() / 1000), true /* withReconnect */); } else { _gotPong = false; userInputHandler()->handlePing(BufferInfo(), QString()); -- 2.20.1