diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-06 12:13:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-06 12:13:36 +0000 |
commit | e679eec47aa65fabf1af5577c46bed205b9733a6 (patch) | |
tree | 822f751829265dff54ab10e999775c40d3cd9c80 | |
parent | 3480ee282427850ceaee9ab38887b66c396cbf67 (diff) |
flag for displaying offline contacts in chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@5244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | include/m_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 4784745ffc..14c74d2385 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -428,6 +428,7 @@ typedef struct { #define GC_SSE_ONLYLISTED 0x0001 // processes only listed contacts, resets all contacts otherwise
#define GC_SSE_ONLINE 0x0002 // displays a contact online, otherwise away
#define GC_SSE_TABDELIMITED 0x0004 // use tabs as delimiters
+#define GC_SSE_OFFLINE 0x0008 // displays a contact offline, otherwise away
#define GC_EVENT_SETSTATUSEX 0x1009
|