diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-27 08:05:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-27 08:05:12 +0000 |
commit | 248b320bc7e6ce0cfd6621d47a95b55e2264dd23 (patch) | |
tree | 5735f77b447dc0c1f41b9f1960dd4751cc6a0f83 /include/m_chat.h | |
parent | 939b54967dcda681318271d203eedd1dcf5ce934 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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,
|