Content deleted Content added
try fix row 'to' |
No edit summary |
||
Line 72:
local to = args["to".. i] or ""
if (to == "") then
text = string.format("%s:%s"
else
text = string.format("%s",text,to)
|
try fix row 'to' |
No edit summary |
||
Line 72:
local to = args["to".. i] or ""
if (to == "") then
text = string.format("%s:%s"
else
text = string.format("%s",text,to)
|