diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-15 16:00:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-15 16:00:24 +0300 |
commit | aa7743e393353e1bff18ca501c870b103826d853 (patch) | |
tree | 4a4c68a06887b70222fb0fbb4ecca16e4ade0b6d /protocols/ICQ-WIM | |
parent | 0c601c9ac661bd86975d1d408908c94e61b2fe33 (diff) |
fixes #3306 (Telegram contacts use shared Miranda's icon)
Diffstat (limited to 'protocols/ICQ-WIM')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 5a86c896d8..3078cf836f 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -500,8 +500,6 @@ INT_PTR CIcqProto::GetCaps(int type, MCONTACT) break;
case PFLAGNUM_2:
- return PF2_ONLINE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_INVISIBLE;
-
case PFLAGNUM_3:
return PF2_ONLINE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_INVISIBLE;
|