X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=c0b17eaf7efde07ce2744d7db43caa0cf94e25aa;hp=e5290a25c24fb349d4d00bb2ca609c336394dd80;hb=8f2ee00f4edef1693628d3af0bdee84d725eb754;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/core/ircparser.h b/src/core/ircparser.h index e5290a25..c0b17eaf 100644 --- a/src/core/ircparser.h +++ b/src/core/ircparser.h @@ -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 };