From 579bb58794fe63dace1adb9383db65b95ccf47a3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 20 Jan 2022 17:05:57 +0300 Subject: Dummy to catch all Discord contacts --- protocols/Dummy/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'protocols/Dummy/src') diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index f7b5fb430d..0589433a32 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -77,6 +77,15 @@ struct CMPluginAim : public ACCPROTOPLUGIN } static g_pluginAim; +struct CMPluginDiscord : public ACCPROTOPLUGIN +{ + CMPluginDiscord() : ACCPROTOPLUGIN("Discord", pluginInfoEx) + { + SetUniqueId("id"); + } +} +static g_pluginDiscord; + struct CMPluginYahoo : public ACCPROTOPLUGIN { CMPluginYahoo() : ACCPROTOPLUGIN("YAHOO", pluginInfoEx) -- cgit v1.2.3