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 57af4a2723..deedef5c62 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -112,3 +112,12 @@ struct CMPluginWhatsapp : public ACCPROTOPLUGIN<CDummyProto>
}
}
static g_pluginWhatsapp;
+
+struct CMPluginMra : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginMra() : ACCPROTOPLUGIN<CDummyProto>("MRA", pluginInfoEx)
+ {
+ SetUniqueId("e-mail");
+ }
+}
+static g_pluginMra;