diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index f68383b1d7..a25da70c5d 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -182,7 +182,8 @@ class CDiscordProto : public PROTO<CDiscordProto> CMStringA m_szGateway, // gateway url - m_szGatewaySessionId; // current session id + m_szGatewaySessionId, // current session id + m_szCookie; // a cookie to be passed into all http queries HNETLIBUSER m_hGatewayNetlibUser; // the separate netlib user handle for gateways HNETLIBCONN m_hGatewayConnection; // gateway connection |