diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/main.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/main.cpp b/protocols/ICQ-WIM/src/main.cpp index cd1ee70f46..aaaacf0ea3 100644 --- a/protocols/ICQ-WIM/src/main.cpp +++ b/protocols/ICQ-WIM/src/main.cpp @@ -20,7 +20,7 @@ #include "stdafx.h" -bool g_bPopupService, g_bMessageState; +bool g_bPopupService, g_bSecureIM, g_bMessageState; HWND g_hwndHeartbeat; @@ -95,6 +95,7 @@ static INT_PTR ICQPermitDeny(WPARAM hContact, LPARAM, LPARAM bAllow) static int ModuleLoad(WPARAM, LPARAM) { + g_bSecureIM = ServiceExists("SecureIM/IsContactSecured"); g_bPopupService = ServiceExists(MS_POPUP_ADDPOPUPT); g_bMessageState = ServiceExists(MS_MESSAGESTATE_UPDATE); return 0; |