diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-31 14:08:24 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-31 14:08:24 +0300 |
commit | 671587fcdbbff6c13b5c09101d691c38d77170a8 (patch) | |
tree | e0e21ac4f327b8b11e203786a7ceec0694f5fd59 /src | |
parent | 33ebf6b30f6b87fc5b63ff262520f22e67acb022 (diff) |
AIM banned by core and should be removed automatically
Diffstat (limited to 'src')
-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 aa74284892..894a9e7dfd 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -116,6 +116,7 @@ static const MUUID pluginBannedList[] = { 0x748f8934, 0x781a, 0x528d, { 0x52, 0x08, 0x00, 0x12, 0x65, 0x40, 0x4a, 0xb3 } }, // tlen
{ 0x8d0a046d, 0x8ea9, 0x4c55, { 0xb5, 0x68, 0x38, 0xda, 0x52, 0x05, 0x64, 0xfd } }, // stdauth
{ 0x1e64fd80, 0x299e, 0x48a0, { 0x94, 0x41, 0xde, 0x28, 0x68, 0x56, 0x3b, 0x6f } }, // stdhelp
+ { 0x3750a5a3, 0xbf0d, 0x490e, { 0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3 } }, // aim
};
static bool isPluginBanned(const MUUID& u1)
|