From 64f256afcd35245b22f1cf22eda32f9bc64d201e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Jun 2024 14:03:14 +0300 Subject: for #4438 - ICQ support for Dummy --- protocols/Dummy/src/main.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'protocols/Dummy/src/main.cpp') diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 32d2bb682a..29a6cf6ef8 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -120,4 +120,13 @@ struct CMPluginOmegle : public ACCPROTOPLUGIN SetUniqueId("nick"); } } -static g_pluginOmegle; \ No newline at end of file +static g_pluginOmegle; + +struct CMPluginIcq : public ACCPROTOPLUGIN +{ + CMPluginIcq() : ACCPROTOPLUGIN("ICQ", pluginInfoEx) + { + SetUniqueId("aimId"); + } +} +static g_pluginIcq; -- cgit v1.2.3