X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=f2f7c4d73f99479a7ef24f9b812e27744f099ae0;hb=e7352d23bb54ce36dd4f9aac59a93e2c0a6297f6;hp=6ad77b6830f810934f36d64cd3828a41dd613490;hpb=dcc541413235e39cc505061950d4aafa89367f98;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 6ad77b68..f2f7c4d7 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -483,6 +483,9 @@ private slots: 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 + #ifdef HAVE_SSL QSslSocket socket; #else