summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-11-12 20:24:31 +0300
committerdartraiden <wowemuh@gmail.com>2023-11-12 20:24:31 +0300
commitfd9a7b27c68dc4713e1707dca64d773539e8f0ba (patch)
tree76734533517f5ae401d9d6644fe15d139beda15c /protocols/Dummy/src
parent3dbf957458ca20dd853d67fc2f754583c4998234 (diff)
Dummy to catch all Omegle contacts
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r--protocols/Dummy/src/main.cpp9
1 files changed, 9 insertions, 0 deletions
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<CDummyProto>
}
}
static g_pluginMsn;
+
+struct CMPluginOmegle : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginOmegle() : ACCPROTOPLUGIN<CDummyProto>("Omegle", pluginInfoEx)
+ {
+ SetUniqueId("nick");
+ }
+}
+static g_pluginOmegle; \ No newline at end of file