summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-20 00:10:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-20 00:10:11 +0300
commit3c6f03b917700b8f0fb1d7104db8ddd593ab7bf6 (patch)
treed18bdb2baa7f17b59d3c26d717bfb927a96dff85 /include
parent227c87a42780843f76b262e91f1ef2c270d74f3b (diff)
TabSRMM: default mask values must match options
Diffstat (limited to 'include')
-rw-r--r--include/m_chat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index 0644009ede..8f08551931 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -347,6 +347,10 @@ EXTERN_C MIR_APP_DLL(struct GCSessionInfoBase*) Chat_NewSession(
// Error messages
#define GC_EVENT_ERROR 2 // An internal error occurred.
+#define GC_EVENT_ALL (GC_EVENT_ACTION | GC_EVENT_MESSAGE | GC_EVENT_NICK | GC_EVENT_JOIN | \
+ GC_EVENT_PART | GC_EVENT_TOPIC | GC_EVENT_ADDSTATUS | GC_EVENT_INFORMATION | GC_EVENT_QUIT | \
+ GC_EVENT_KICK | GC_EVENT_NOTICE)
+
// The GCDEST structure. It is passed to Chat inside GCEVENT.
struct GCDEST
{