diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 48eec5377a..e77cf5b26f 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -1160,6 +1160,8 @@ CMString CVkProto::RemoveBBC(CMString& tszSrc) static const TCHAR* tszParamBBCodes[][2] = {
{ _T("[url="), _T("[/url]") },
+ { _T("[img="), _T("[/img]") },
+ { _T("[size="), _T("[/size]") },
{ _T("[color="), _T("[/color]") },
};
|