X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=19b7e82996f01fef43538c453e33380b40e5badd;hb=8efbb2ef22f5f007b5dc6d5b15ecf070ccef08ca;hp=a119ae3025390604fed07b145d98cd9942a6e27d;hpb=d030c159599a22c9023b8f0d34909d3277707f52;p=quassel.git diff --git a/src/core/ircparser.h b/src/core/ircparser.h index a119ae30..19b7e829 100644 --- a/src/core/ircparser.h +++ b/src/core/ircparser.h @@ -54,4 +54,6 @@ private: 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 + bool _debugLogParsedIrc; ///< If true, include parsed IRC socket messages in the debug log + qint32 _debugLogParsedNetId; ///< Network ID for logging parsed IRC socket messages, or -1 for all };