From fd9a7b27c68dc4713e1707dca64d773539e8f0ba Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 12 Nov 2023 20:24:31 +0300 Subject: Dummy to catch all Omegle contacts --- 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 950b4d953c..f50e01a2b6 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -121,3 +121,12 @@ struct CMPluginMsn : public ACCPROTOPLUGIN } } static g_pluginMsn; + +struct CMPluginOmegle : public ACCPROTOPLUGIN +{ + CMPluginOmegle() : ACCPROTOPLUGIN("Omegle", pluginInfoEx) + { + SetUniqueId("nick"); + } +} +static g_pluginOmegle; \ No newline at end of file -- cgit v1.2.3