X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=c0b17eaf7efde07ce2744d7db43caa0cf94e25aa;hp=e16faca800117d37d0be87842704482409c817c7;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/core/ircparser.h b/src/core/ircparser.h index e16faca8..c0b17eaf 100644 --- a/src/core/ircparser.h +++ b/src/core/ircparser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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 };