diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index f48f2db66f..438c97d6e1 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -323,13 +323,14 @@ class CDiscordProto : public PROTO<CDiscordProto> //////////////////////////////////////////////////////////////////////////////////////
// options
- CMOption<wchar_t*> m_wszEmail; // my own email
- CMOption<wchar_t*> m_wszDefaultGroup; // clist group to store contacts
- CMOption<bool> m_bUseGroupchats; // Shall we connect Guilds at all?
- CMOption<bool> m_bHideGroupchats; // Do not open chat windows on creation
- CMOption<bool> m_bUseGuildGroups; // use special subgroups for guilds
- CMOption<bool> m_bSyncDeleteMsgs; // delete messages from Miranda if they are deleted at the server
- CMOption<bool> m_bSyncMarkRead; // hidden option: send "mark read" packet to server when Miranda displays a message
+ CMOption<wchar_t*> m_wszEmail; // my own email
+ CMOption<wchar_t*> m_wszDefaultGroup; // clist group to store contacts
+ CMOption<bool> m_bUseGroupchats; // Shall we connect Guilds at all?
+ CMOption<bool> m_bHideGroupchats; // Do not open chat windows on creation
+ CMOption<bool> m_bUseGuildGroups; // use special subgroups for guilds
+ CMOption<bool> m_bSyncDeleteMsgs; // delete messages from Miranda if they are deleted at the server
+ CMOption<bool> m_bSyncDeleteUsers; // delete contacts from Miranda if they are deleted at the server
+ CMOption<bool> m_bSyncMarkRead; // hidden option: send "mark read" packet to server when Miranda displays a message
//////////////////////////////////////////////////////////////////////////////////////
// common data
|