summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src
diff options
context:
space:
mode:
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