common: Add "--debug-irc" to log raw IRC messages
[quassel.git] / src / core / corenetwork.h
index 6ad77b6..f2f7c4d 100644 (file)
@@ -483,6 +483,9 @@ private slots:
 private:
     CoreSession *_coreSession;
 
+    bool _debugLogRawIrc;     ///< If true, include raw IRC socket messages in the debug log
+    qint32 _debugLogRawNetId; ///< Network ID for logging raw IRC socket messages, or -1 for all
+
 #ifdef HAVE_SSL
     QSslSocket socket;
 #else