diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-10 20:24:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-10 20:24:11 +0300 |
commit | 28e2acf8360a852a3f4f5bd7dd105955a77af054 (patch) | |
tree | b049e70b2d7290bf5d38f9ef527b576be6ef7e00 /src | |
parent | 6b813eaa41525483a811e416e92991040d2e1766 (diff) |
fixes #4497 (Spamotron: прекратить поддержку или доработать)
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 718fa9b950..cd18ca6fc2 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -134,6 +134,7 @@ static const MUUID pluginBannedList[] = { 0x97724af9, 0xf3fb, 0x47d3, { 0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d } }, // msn
{ 0x45230488, 0x977b, 0x405b, { 0x85, 0x6d, 0xea, 0x27, 0x6d, 0x70, 0x83, 0xb7 } }, // Rate
{ 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x01 } }, // Omegle
+ { 0x14331048, 0x5a73, 0x4fdb, { 0xb9, 0x09, 0x2d, 0x7e, 0x18, 0x25, 0xa0, 0x12 } }, // Spamotron
};
bool isPluginBanned(const MUUID &u1)
|