diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-12 21:04:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-12 21:04:12 +0300 |
commit | 2651148625bef56f1fe32c638259d20abb001d68 (patch) | |
tree | 84515d43d4856003866e02f888128a6369e92f32 /protocols/Discord/src/proto.h | |
parent | 23764bc5bfbe6986a1c9a087510e6eeb2521c330 (diff) |
support for Discord message markup
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 29c0319719..133ff1f40c 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -206,6 +206,7 @@ class CDiscordProto : public PROTO<CDiscordProto> void Chat_SendPrivateMessage(GCHOOK *gch); void Chat_ProcessLogMenu(GCHOOK *gch); + void ParseSpecialChars(SESSION_INFO *si, CMStringW &str); ////////////////////////////////////////////////////////////////////////////////////// // misc methods |