diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 1 |
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.
|