Evaluated proc strip_all str {regsub -all {[\x0f\x02\x1f\]\[]} [strip_color $str] ""}

This commit is contained in:
a on #flashsupport 2023-01-07 18:21:25 -08:00 committed by dupa dup
parent 07bcfed102
commit c99dff299d

View File

@ -1 +1 @@
str {regsub -all {[\[\]]} [strip_color $str] ""}
str {regsub -all {[\x0f\x02\x1f\]\[]} [strip_color $str] ""}