try fixing wobble text
This commit is contained in:
parent
855c78a8f8
commit
46e8f48f66
@ -11,6 +11,6 @@ end
|
|||||||
|
|
||||||
-- generate extra markup
|
-- generate extra markup
|
||||||
function memeposting(body, prefix)
|
function memeposting(body, prefix)
|
||||||
body = string.gsub(body, "|(.+)|", wobble_text)
|
body = string.gsub(body, "|(.-)|", wobble_text)
|
||||||
return body
|
return body
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user