diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-14 13:04:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-14 13:04:17 +0300 |
commit | ec73c22503f6e4f742abcfeca300629e95dc573d (patch) | |
tree | cc9211a4b1cac043d0e9ed5aec6a4f39ccdb0606 /protocols/Discord/src/proto.h | |
parent | e963c904c862bafbf477a85ee60a42374ffa5bae (diff) |
fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels)
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 611db0d662..2b296a01f2 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -180,6 +180,7 @@ class CDiscordProto : public PROTO<CDiscordProto> CMOption<wchar_t*> m_wszEmail; // my own email CMOption<wchar_t*> m_wszDefaultGroup; // clist group to store contacts + CMOption<BYTE> m_bUseGroupchats; // Shall we connect Guilds at all? CMOption<BYTE> m_bHideGroupchats; // Do not open chat windows on creation CMOption<BYTE> m_bUseGuildGroups; // use special subgroups for guilds |