From: Marcus Eggenberger Date: Thu, 12 Feb 2009 15:09:25 +0000 (+0100) Subject: disabling irc timeout detection for now - needs investigation X-Git-Tag: 0.4.0~68 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=ea248ff3a7e04256cb97cdc37caa526e9707ae13 disabling irc timeout detection for now - needs investigation --- 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());