diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-10 21:31:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-10 21:31:29 +0000 |
commit | 61281c4de68a2223400176bc24d42743b3a21b98 (patch) | |
tree | 76d8ca43355c6047d7c076fdd249b9cd76e07eb7 /protocols/VKontakte/src/main.cpp | |
parent | 09509db69203537d336a2d2b3451e5bba32d8aec (diff) |
VK: kick & invite work ok in chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@7583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/main.cpp')
-rw-r--r-- | protocols/VKontakte/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp index 87a9bda6a5..5715acede3 100644 --- a/protocols/VKontakte/src/main.cpp +++ b/protocols/VKontakte/src/main.cpp @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. HINSTANCE hInst;
int hLangpack;
+CLIST_INTERFACE *pcli;
PLUGININFOEX pluginInfo =
{
@@ -77,6 +78,7 @@ static int vkProtoUninit(CVkProto *ppro) extern "C" int __declspec(dllexport) Load()
{
mir_getLP(&pluginInfo);
+ mir_getCLI();
InitIcons();
|