diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 051095d8e8..f201306e9b 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -227,6 +227,7 @@ public: int __cdecl OnDbEventRead(WPARAM, LPARAM); // dispatch commands + void OnCommandFriendAdded(const JSONNode&); void OnCommandFriendRemoved(const JSONNode&); void OnCommandMessage(const JSONNode&); void OnCommandPresence(const JSONNode&); @@ -258,6 +259,7 @@ public: void OnReceiveAvatar(NETLIBHTTPREQUEST*, AsyncHttpRequest*); // Misc + void ProcessType(CDiscordUser *pUser, const JSONNode&); void SetServerStatus(int iStatus); CMStringW GetAvatarFilename(MCONTACT hContact); |