Content deleted Content added
sync from sandbox; |
m sync from sandbox; |
||
Line 100:
if is_set (mask) then -- mask this author
name = string.rep ('—', mask) -- make a string that number length of mdashes
else
name = mask; -- mask is not a number so use the mask text
end
end
|