diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
| commit | 5b0030037c5996b3e839f9a78c4ccb2e89cfc909 (patch) | |
| tree | 4c86b27be0c2776ee3a36b611ae82d6608072cd8 /protocols/Dummy/src | |
| parent | f1d587c11cdfcbf509e4905509170a8d3dd7259a (diff) | |
fixes #4899 (SkypeWeb: deprecation)
Diffstat (limited to 'protocols/Dummy/src')
| -rw-r--r-- | protocols/Dummy/src/main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 23c47005a4..e0c7fb695a 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -157,3 +157,12 @@ struct CMPluginMra : public ACCPROTOPLUGIN<CDummyProto> }
}
static g_pluginMra;
+
+struct CMPluginSkype : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginSkype() : ACCPROTOPLUGIN<CDummyProto>("SKYPE", pluginInfoEx)
+ {
+ SetUniqueId("SkypeId");
+ }
+}
+static g_pluginSkype;
|
