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