Evaluated proc strip_color str {regsub -all {\x03\d{1,2}(,\d{1,2})?} $str {}}

This commit is contained in:
radical_honesty on #flashsupport
2023-01-07 18:03:45 -08:00
committed by dupa dup
parent 96d784017d
commit 7b93451897
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
str {regsub -all {\x03\d{1,2}(,\d{1,2})?} $str {}}