disabling irc timeout detection for now - needs investigation
authorMarcus Eggenberger <egs@quassel-irc.org>
Thu, 12 Feb 2009 15:09:25 +0000 (16:09 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Thu, 12 Feb 2009 15:09:25 +0000 (16:09 +0100)
src/core/corenetwork.cpp

index 5e2c3b1..b4a6d86 100644 (file)
@@ -518,7 +518,7 @@ void CoreNetwork::doAutoReconnect() {
 
 void CoreNetwork::sendPing() {
   if(!gotPong()) {
 
 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());
   } else {
     _gotPong = false;
     userInputHandler()->handlePing(BufferInfo(), QString());