diff --git a/contrib/lua/memeposting.lua b/contrib/lua/memeposting.lua index af6f098..7e8a0a1 100644 --- a/contrib/lua/memeposting.lua +++ b/contrib/lua/memeposting.lua @@ -14,7 +14,7 @@ function explode_text(str) end function psy_text(str) - return span_text("psy", str) + return string.format("%s", str) end function red_text(str)