Archived
1
0

try fixing wobble text

This commit is contained in:
Jeff Becker 2017-01-28 11:44:33 -05:00
parent 9ec1c5c304
commit 855c78a8f8

View File

@ -11,9 +11,6 @@ end
-- generate extra markup -- generate extra markup
function memeposting(body, prefix) function memeposting(body, prefix)
local nums = 1 body = string.gsub(body, "|(.+)|", wobble_text)
for nums > 0 do
body, nums = string.gsub(body, "|(.*)|", wobble_text, 1)
end
return body return body
end end