X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=19b7e82996f01fef43538c453e33380b40e5badd;hp=a119ae3025390604fed07b145d98cd9942a6e27d;hb=fad08c0bc53514b43fdf44e5a792a019b1414367;hpb=d030c159599a22c9023b8f0d34909d3277707f52 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 };