summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 11:16:39 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 11:16:39 +0300
commit3e7aa0a43f4ddc52ad8802bdd6c13e882f7a8875 (patch)
treed34b29c451ecef3c5717533f44c903e1ea97e332 /plugins
parent987245b24d2e1c51ad84a77274527ebb69e16642 (diff)
NewStory: remove [c2] bbcode from text while copying
Diffstat (limited to 'plugins')
-rw-r--r--plugins/NewStory/src/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.cpp b/plugins/NewStory/src/utils.cpp
index 6506048058..288798819f 100644
--- a/plugins/NewStory/src/utils.cpp
+++ b/plugins/NewStory/src/utils.cpp
@@ -63,6 +63,7 @@ static bbcodes[] =
{ L"[/color]", nullptr },
{ L"[c0]", nullptr },
{ L"[c1]", nullptr },
+ { L"[c2]", nullptr },
{ L"[$hicon=", L"$]" },