diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-07 22:57:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-07 22:57:44 +0300 |
commit | 71cfe74d3618c15feab24032c7d4cd71d77129af (patch) | |
tree | 7b3e5fcababe16ce26b8b8bfc8591d9732e2cb33 /include/m_protosvc.h | |
parent | 559cc9efdc9fbc5d3da5edaaf24924e0cc57a20d (diff) |
MSN: moved to deprecated, banned, removed support from plugins, etc
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 8397be07cb..b44732fa18 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -90,9 +90,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PF2_ONLINE 0x00000001 // an unadorned online mode
#define PF2_INVISIBLE 0x00000002
-#define PF2_SHORTAWAY 0x00000004 // Away on ICQ, BRB on MSN
-#define PF2_LONGAWAY 0x00000008 // NA on ICQ, Away on MSN
-#define PF2_LIGHTDND 0x00000010 // Occupied on ICQ, Busy on MSN
+#define PF2_SHORTAWAY 0x00000004 // Away on ICQ
+#define PF2_LONGAWAY 0x00000008 // NA on ICQ
+#define PF2_LIGHTDND 0x00000010 // Occupied on ICQ
#define PF2_HEAVYDND 0x00000020 // DND on ICQ
#define PF2_FREECHAT 0x00000040
#define PF2_IDLE 0x00000200
|