Enable the ping timeout as soon as the connection to IRC is open.
[quassel.git] / src / core / corenetwork.h
index 7bc0108..8f57b30 100644 (file)
@@ -226,6 +226,7 @@ private:
     QTimer _pingTimer;
     uint _lastPingTime;
     uint _pingCount;
+    bool _sendPings;
 
     QStringList _autoWhoQueue;
     QHash<QString, int> _autoWhoPending;