summaryrefslogtreecommitdiff
path: root/protocols/Dummy
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy')
-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)