diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-02-17 16:14:01 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-02-17 16:14:01 +0300 |
| commit | 099a26b26258ab8c2b2c1ad1af9a7eadbf88c4a6 (patch) | |
| tree | 80f07125c649315a2fc9df1d228907f175820c7c | |
| parent | 2331374d1ffe2432496e484443a58e859a7f560f (diff) | |
Dummy: we don't need all those statuses
| -rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index fb77c86259..c2acbabc3e 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -133,21 +133,9 @@ INT_PTR CDummyProto::GetCaps(int type, MCONTACT) case PFLAGNUM_1:
return PF1_IM | PF1_BASICSEARCH | PF1_ADDSEARCHRES;
- case PFLAGNUM_2:
- return PF2_ONLINE | PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT;
-
- case PFLAGNUM_3:
- return 0;
-
case PFLAGNUM_4:
return PF4_AVATARS | PF4_NOAUTHDENYREASON | PF4_NOCUSTOMAUTH;
- case PFLAGNUM_5:
- return PF2_ONLINE | PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT;
-
- case PFLAG_MAXLENOFMESSAGE:
- return 0;
-
case PFLAG_UNIQUEIDTEXT:
if (uniqueIdSetting[0] == '\0') {
int id = getTemplateId();
|
