summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-01-20 17:05:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-01-20 17:06:15 +0300
commit579bb58794fe63dace1adb9383db65b95ccf47a3 (patch)
tree95f4db3270848f0040623320f73fa15e0e22c9e5 /protocols/Dummy/src
parent60f39affe22e95c5685a7f64f5889f946372c6f3 (diff)
Dummy to catch all Discord contacts
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r--protocols/Dummy/src/main.cpp9
1 files changed, 9 insertions, 0 deletions
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<CDummyProto>
}
static g_pluginAim;
+struct CMPluginDiscord : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginDiscord() : ACCPROTOPLUGIN<CDummyProto>("Discord", pluginInfoEx)
+ {
+ SetUniqueId("id");
+ }
+}
+static g_pluginDiscord;
+
struct CMPluginYahoo : public ACCPROTOPLUGIN<CDummyProto>
{
CMPluginYahoo() : ACCPROTOPLUGIN<CDummyProto>("YAHOO", pluginInfoEx)