From e679eec47aa65fabf1af5577c46bed205b9733a6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 6 Jul 2013 12:13:36 +0000 Subject: flag for displaying offline contacts in chats git-svn-id: http://svn.miranda-ng.org/main/trunk@5244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3