summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-01 15:35:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-01 15:35:35 +0300
commita394c200ee2664b177d376259ab26b78bb854c19 (patch)
tree4d242c59abf14e7ae7270d4c6e88bce753bd984b /protocols/Discord/src/proto.h
parent1c2dead34ab9c54829cb0f27a7bfe0e917474ec0 (diff)
added handler for a USER_SETTINGS_UPDATE command
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r--protocols/Discord/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h
index 96428bf2dd..3fde65a597 100644
--- a/protocols/Discord/src/proto.h
+++ b/protocols/Discord/src/proto.h
@@ -248,6 +248,7 @@ public:
void OnCommandReady(const JSONNode&);
void OnCommandTyping(const JSONNode&);
void OnCommandUserUpdate(const JSONNode&);
+ void OnCommandUserSettingsUpdate(const JSONNode&);
void OnLoggedIn();
void OnLoggedOut();