try fixing wobble text
This commit is contained in:
parent
9ec1c5c304
commit
855c78a8f8
@ -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
|
||||||
|
Reference in New Issue
Block a user