summaryrefslogtreecommitdiff
path: root/include/m_chat.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-06-16 10:15:14 +0000
committerRobert Pösel <robyer@seznam.cz>2013-06-16 10:15:14 +0000
commit743861f9421b190409c8420e2da37df27571783e (patch)
tree16e1b9b8306dfe7b8172fa4b64c42f4a40f8806f /include/m_chat.h
parent0e88c1fc2f51c815e6b2ebd0ad79d5c0d0661a7c (diff)
Chat API: added flag to not notify particular event
Jabber: Fixed (changed) muc history filtering to not notifying git-svn-id: http://svn.miranda-ng.org/main/trunk@4972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_chat.h')
-rw-r--r--include/m_chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index 5007474709..3073b9b27f 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -511,6 +511,8 @@ typedef struct {
#define GCEF_ADDTOLOG 0x0001
#define GCEF_REMOVECONTACT 0x0002
+// Added in Miranda NG 0.94.4+
+#define GCEF_NOTNOTIFY 0x0004
// 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,