From db55f5b6eb4911fc1062917d7e95b6aaae165fdf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Nov 2018 21:10:30 +0300 Subject: fixes #1614 (MRA protocol deprecated due its death) --- protocols/Dummy/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'protocols/Dummy') 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 } } static g_pluginWhatsapp; + +struct CMPluginMra : public ACCPROTOPLUGIN +{ + CMPluginMra() : ACCPROTOPLUGIN("MRA", pluginInfoEx) + { + SetUniqueId("e-mail"); + } +} +static g_pluginMra; -- cgit v1.2.3