diff options
Diffstat (limited to 'protocols/Dummy/src')
| -rw-r--r-- | protocols/Dummy/src/main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 0dccbb7529..1374ed9944 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -142,3 +142,12 @@ struct CMPluginIcq : public ACCPROTOPLUGIN<CDummyProto> }
}
static g_pluginIcq;
+
+struct CMPluginMra : public ACCPROTOPLUGIN<CDummyProto>
+{
+ CMPluginMra() : ACCPROTOPLUGIN<CDummyProto>("MRA", pluginInfoEx)
+ {
+ SetUniqueId("aimId");
+ }
+}
+static g_pluginMra;
|
