test: Add build system support and a main function for unit tests
[quassel.git] / src / core / ircparser.h
index e5290a2..c0b17ea 100644 (file)
@@ -51,6 +51,9 @@ protected:
 
 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
 };