diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-30 19:00:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-30 19:00:30 +0300 |
commit | ca1b8a4ec3a67600723ce5a4e0836889d6925dbe (patch) | |
tree | 7028dea4696d8aaeaa5b0dd6fb7f9be30bb83a43 /src/mir_app | |
parent | b362935f54084acecfe8f8a1f60a1fa18ac46d66 (diff) |
SMS plugin deprecated due to missing sms support in ICQ-WIM
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 7d9ee63fe1..4ccbf43a4c 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -113,6 +113,7 @@ static const MUUID pluginBannedList[] = { 0x6f376b33, 0xd3f4, 0x4c4f, { 0xa9, 0x6b, 0x77, 0xda, 0x08, 0x04, 0x3b, 0x06 } }, // importtxt
{ 0xe7c48bab, 0x8ace, 0x4cb3, { 0x84, 0x46, 0xd4, 0xb7, 0x34, 0x81, 0xf4, 0x97 } }, // mra
{ 0x73a9615c, 0x7d4e, 0x4555, { 0xba, 0xdb, 0xee, 0x05, 0xdc, 0x92, 0x8e, 0xff } }, // icqoscar8
+ { 0xcf97fd5d, 0xb911, 0x47a8, { 0xaf, 0x03, 0xd2, 0x19, 0x68, 0xb5, 0xb8, 0x94 } }, // sms
};
bool isPluginBanned(const MUUID &u1)
|