fix parameters
This commit is contained in:
parent
a8ac1dd67c
commit
1346eb56ab
@ -10,7 +10,7 @@ function wobble_text(str)
|
||||
end
|
||||
|
||||
-- generate extra markup
|
||||
function memeposting(prefix, body)
|
||||
function memeposting(body, prefix)
|
||||
body = string.gsub(body, "<(%w+)>", wobble_text)
|
||||
return body
|
||||
end
|
||||
|
Reference in New Issue
Block a user