summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/main.cpp')
-rw-r--r--protocols/Dummy/src/main.cpp11
1 files changed, 10 insertions, 1 deletions
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<CDummyProto>
SetUniqueId("nick");
}
}
-static g_pluginOmegle; \ No newline at end of file
+static g_pluginOmegle;
+
+struct CMPluginIcq : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginIcq() : ACCPROTOPLUGIN<CDummyProto>("ICQ", pluginInfoEx)
+ {
+ SetUniqueId("aimId");
+ }
+}
+static g_pluginIcq;