diff options
Diffstat (limited to 'include/m_chat.h')
-rw-r--r-- | include/m_chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index efa21e802c..5007474709 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -509,7 +509,8 @@ typedef struct { #define MS_GC_EVENT "GChat/NewEvent"
-#define GCEF_ADDTOLOG 0x0001
+#define GCEF_ADDTOLOG 0x0001
+#define GCEF_REMOVECONTACT 0x0002
// OK! That was about everything that you need to know about for operating Chat in a basic way.
// There are however some more things you will need to know about. Some you may use and some you may not need,
|