summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-06 17:10:54 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-06 17:10:54 +0300
commitd154837d8b5110108a219022832744fd6daa9884 (patch)
tree3f28bc1fbe4e75cc3248fb74fc5855e5402fa0de /include
parent4f258796441a53b02dcf60daf13d0c6bd3cb2cdd (diff)
fixes #4694 (TabSRMM: сделать иконки форматирования в тулбаре протоколозависимыми)
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index 797201b131..2178655aaf 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -140,6 +140,7 @@ static __inline unsigned long Proto_Status2Flag(int status)
#define PF4_READNOTIFY 0x00002000 // protocol supports receiving notify of message reading
#define PF4_SERVERMSGID 0x00004000 // protocol uses server message ids
#define PF4_REPLY 0x00008000 // protocol supports replies to messages
+#define PF4_SERVERFORMATTING 0x00010000 // protocol supports sending BBCodes in messages
#define PFLAG_UNIQUEIDTEXT 100 // returns a static buffer of text describing the unique field by which this protocol identifies users (already translated), or NULL
#define PFLAG_MAXCONTACTSPERPACKET 200 // returns the maximum number of contacts which can be sent in a single PSS_CONTACTS, lParam = (LPARAM)hContact.