try fixing wobble text
This commit is contained in:
parent
0ab6dca181
commit
9ec1c5c304
@ -11,6 +11,9 @@ end
|
|||||||
|
|
||||||
-- generate extra markup
|
-- generate extra markup
|
||||||
function memeposting(body, prefix)
|
function memeposting(body, prefix)
|
||||||
body = string.gsub(body, "|(.*)|", wobble_text)
|
local nums = 1
|
||||||
|
for nums > 0 do
|
||||||
|
body, nums = string.gsub(body, "|(.*)|", wobble_text, 1)
|
||||||
|
end
|
||||||
return body
|
return body
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user