diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-15 23:27:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-15 23:27:07 +0300 |
commit | 28880a272962ca55298b4304bf6f5512bda901d2 (patch) | |
tree | bb7e23bf6daa82456981084ff6d96c7d9f6e4746 /protocols/Discord/src/main.cpp | |
parent | 53aab07f1ee1dc3fe8c48dbe95a434079013f260 (diff) |
Discord voice calls - packet processing
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r-- | protocols/Discord/src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 559a0da4da..80d45c62f0 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -51,7 +51,9 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC IconItem g_iconList[] = { { LPGEN("Main icon"), "main", IDI_MAIN }, - { LPGEN("Group chats"), "groupchat", IDI_GROUPCHAT } + { LPGEN("Group chats"), "groupchat", IDI_GROUPCHAT }, + { LPGEN("Voice call"), "voicecall", IDI_VOICE_CALL }, + { LPGEN("Call ended"), "voiceend", IDI_VOICE_ENDED } }; int CMPlugin::Load() |