X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=c0b17eaf7efde07ce2744d7db43caa0cf94e25aa;hb=e7352d23bb54ce36dd4f9aac59a93e2c0a6297f6;hp=bf47f9981374c230f4868ea723b0a12c142b7f85;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/core/ircparser.h b/src/core/ircparser.h index bf47f998..c0b17eaf 100644 --- a/src/core/ircparser.h +++ b/src/core/ircparser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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 };