Content deleted Content added
woops |
prevent preprocess from being smart |
||
Line 183:
local out = ""
for i = 1,tonumber(frame.args[2] or 10) do
local r = tostring(math.random())
out = out .. string.sub(frame:preprocess(text..r),1,-(1+#r)) .. (frame.args[3] or "\n")
end
return out
|