From 71cfe74d3618c15feab24032c7d4cd71d77129af Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 7 Apr 2020 22:57:27 +0300 Subject: MSN: moved to deprecated, banned, removed support from plugins, etc --- include/delphi/m_acc.inc | 2 +- include/delphi/m_protosvc.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_acc.inc b/include/delphi/m_acc.inc index 7556af5130..1aff95d4e2 100644 --- a/include/delphi/m_acc.inc +++ b/include/delphi/m_acc.inc @@ -38,7 +38,7 @@ const a previous call of AVATAR_SETCONTACT. wParam = not used lParam = (AnsiChar *) protcol name - Usage: SendMessage(hwnd, AVATAR_SETPROTOCOL, 0, (LPARAM) "MSN"); + Usage: SendMessage(hwnd, AVATAR_SETPROTOCOL, 0, (LPARAM) "ICQ"); Only works on AVATAR_CONTROL_CLASS controls } AVATAR_SETPROTOCOL = WM_USER+2; diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index a719fc5e38..69d9435a4e 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -100,9 +100,9 @@ const PFLAGNUM_2 = 2; // the status modes that the protocol supports PF2_ONLINE = $00000001; // an unadorned online mode PF2_INVISIBLE = $00000002; - PF2_SHORTAWAY = $00000004; // Away on ICQ, BRB on MSN - PF2_LONGAWAY = $00000008; // NA on ICQ, Away on MSN - PF2_LIGHTDND = $00000010; // Occupied on ICQ, Busy on MSN + PF2_SHORTAWAY = $00000004; // Away on ICQ + PF2_LONGAWAY = $00000008; // NA on ICQ + PF2_LIGHTDND = $00000010; // Occupied on ICQ PF2_HEAVYDND = $00000020; // DND on ICQ PF2_FREECHAT = $00000040; PF2_IDLE = $00000200; //added during 0.3.4 (2004/09/13) -- cgit v1.2.3