diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-19 20:38:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-19 20:38:48 +0300 |
commit | e067f891787c54aac07ab2ac60ef866a7df69165 (patch) | |
tree | 774cd773ebf69c776141a9ef3471b0768890610b /plugins/NewStory/src/utils.cpp | |
parent | 7b2016dd3679ffc8f47a138348cd2e63bcc4b69e (diff) |
NS: code merge
Diffstat (limited to 'plugins/NewStory/src/utils.cpp')
-rw-r--r-- | plugins/NewStory/src/utils.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.cpp b/plugins/NewStory/src/utils.cpp index 732728bf0b..69057fcdd1 100644 --- a/plugins/NewStory/src/utils.cpp +++ b/plugins/NewStory/src/utils.cpp @@ -61,8 +61,14 @@ static bbcodes[] = { L"[color=", L"]" },
{ L"[/color]", nullptr },
+
{ L"[c0]", nullptr },
{ L"[c1]", nullptr },
+ { L"[c2]", nullptr },
+ { L"[c3]", nullptr },
+ { L"[c4]", nullptr },
+ { L"[c5]", nullptr },
+ { L"[c6]", nullptr },
{ L"[$hicon=", L"$]" },
|