Archived
1
0

add red text function

This commit is contained in:
Jeff Becker 2017-01-29 10:12:43 -05:00
parent b0c4dd5f66
commit 810c4f52fe

View File

@ -17,6 +17,10 @@ function psy_text(str)
return span_text("psy", str) return span_text("psy", str)
end end
function red_text(str)
return span_text("redtext", str)
end
function pre_text(str) function pre_text(str)
str = str:gsub("%(", "(") str = str:gsub("%(", "(")