diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-11 22:07:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-11 22:07:42 +0300 |
commit | e97d67ed64ca40a146cd3329e36b060c89f3bc60 (patch) | |
tree | a2006480a80479eb79015e81807502d1bf9ddb55 /protocols/Discord/src/proto.h | |
parent | ea22a022d6d370c0aa82b93c4b97e09ac11ae0d0 (diff) |
Discord:
- support for group chat topics;
- version bump
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 fea2cf5ee7..29c0319719 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -260,6 +260,7 @@ public: // dispatch commands void OnCommandChannelCreated(const JSONNode&); void OnCommandChannelDeleted(const JSONNode&); + void OnCommandChannelUpdated(const JSONNode&); void OnCommandGuildCreate(const JSONNode&); void OnCommandGuildDelete(const JSONNode&); void OnCommandGuildRemoveMember(const JSONNode&); |