diff options
Diffstat (limited to 'include/m_icq.h')
-rw-r--r-- | include/m_icq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_icq.h b/include/m_icq.h index 63e226d99b..91e1b9237a 100644 --- a/include/m_icq.h +++ b/include/m_icq.h @@ -63,6 +63,10 @@ typedef struct { // wParam=(WPARAM)hContact
#define MS_REVOKE_AUTH "/RevokeAuth"
+// Open ICQ profile
+// wParam=(WPARAM)hContact
+#define MS_OPEN_PROFILE "/OpenProfile"
+
// Add contact to server-list
// wParam=(WPARAM)hContact
#define MS_ICQ_ADDSERVCONTACT "/AddServerContact"
|