Don't show the last name in stats
This commit is contained in:
parent
358c1979e5
commit
b9dd4067bf
@ -82,7 +82,8 @@ local function get_stats_status( msg )
|
|||||||
if user.last_name == nil then
|
if user.last_name == nil then
|
||||||
text = text..user.name..": "..user.msg_num.."\n"
|
text = text..user.name..": "..user.msg_num.."\n"
|
||||||
else
|
else
|
||||||
text = text..user.name.." "..user.last_name..": "..user.msg_num.."\n"
|
--text = text..user.name.." "..user.last_name..": "..user.msg_num.."\n"
|
||||||
|
text = text..user.name..": "..user.msg_num.."\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
print("usuarios: "..text)
|
print("usuarios: "..text)
|
||||||
|
Reference in New Issue
Block a user