diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-25 12:47:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-25 12:47:01 +0300 |
commit | cf83f17e172253faf44737b8f4c27945e9f671e5 (patch) | |
tree | 0d48f7fcd6614d35eadf17d867bacdebd21fc77d /protocols/Facebook/src/proto.h | |
parent | dcb72b54af11f8c2b35d945c9a4d1908bb2430ae (diff) |
Facebook:
- KICK command support for groupchats;
- code cleaning
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index 950408c34b..fcd1b8c486 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -408,7 +408,8 @@ class FacebookProto : public PROTO<FacebookProto> int Chat_KickUser(SESSION_INFO *si, const wchar_t *pwszUid); void Chat_Leave(SESSION_INFO *si); void Chat_SendPrivateMessage(GCHOOK *gch); - void Chat_ProcessLogMenu(SESSION_INFO *si, int iChoice); + void Chat_ProcessLogMenu(SESSION_INFO *si, GCHOOK *gch); + void Chat_ProcessNickMenu(SESSION_INFO *si, GCHOOK *gch); // MQTT void MqttLogin(); |