From 3e7aa0a43f4ddc52ad8802bdd6c13e882f7a8875 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Feb 2024 11:16:39 +0300 Subject: NewStory: remove [c2] bbcode from text while copying --- plugins/NewStory/src/utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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"$]" }, -- cgit v1.2.3