From 3c6f03b917700b8f0fb1d7104db8ddd593ab7bf6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 20 Feb 2017 00:10:11 +0300 Subject: TabSRMM: default mask values must match options --- include/m_chat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 { -- cgit v1.2.3