From 90d40f81fda6ae473ef399a2144c0766678dc1cf Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 7 May 2016 19:05:24 +0000 Subject: SkypeWeb: support custom nicks for chat's users git-svn-id: http://svn.miranda-ng.org/main/trunk@16814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/SkypeWeb/src/main.cpp') diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index cbaf9aa86e..02a3f0cec4 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -23,6 +23,7 @@ CLIST_INTERFACE *pcli; FI_INTERFACE *fii = NULL; char g_szMirVer[100]; HANDLE g_hCallEvent; +CHAT_MANAGER *pci; PLUGININFOEX pluginInfo = { @@ -57,6 +58,7 @@ extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfo); mir_getCLI(); + mir_getCI(nullptr); CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&fii); CallService(MS_SYSTEM_GETVERSIONTEXT, sizeof(g_szMirVer), LPARAM(g_szMirVer)); -- cgit v1.2.3