From 71cfe74d3618c15feab24032c7d4cd71d77129af Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 7 Apr 2020 22:57:27 +0300 Subject: MSN: moved to deprecated, banned, removed support from plugins, etc --- 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 cbb09493b0..41d0f276dd 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 CMPluginMsn : public ACCPROTOPLUGIN +{ + CMPluginMsn() : ACCPROTOPLUGIN("MSN", pluginInfoEx) + { + SetUniqueId("wlid"); + } +} +static g_pluginMsn; -- cgit v1.2.3