X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircparser.h;h=c0b17eaf7efde07ce2744d7db43caa0cf94e25aa;hp=e16faca800117d37d0be87842704482409c817c7;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 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 };