From 6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 3 Jul 2007 06:26:19 +0000 Subject: don't strip links in tags get avatars! woohoo :) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10 --- MySpace/MySpace.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MySpace/MySpace.cpp') diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp index 87eb600..741ae3f 100644 --- a/MySpace/MySpace.cpp +++ b/MySpace/MySpace.cpp @@ -18,6 +18,8 @@ int code_page; char MODULE[256]; +MM_INTERFACE mmi; + PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), __PLUGIN_NAME, @@ -111,6 +113,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { code_page = (int)CallService(MS_LANGPACK_GETCODEPAGE, 0, 0); + mir_getMMI(&mmi); // Get module name from DLL file name { char* str1; -- cgit v1.2.3