Stats without user id
This commit is contained in:
parent
4f9fd9389e
commit
cc6b4d76f4
@ -80,9 +80,9 @@ local function get_stats_status( msg )
|
|||||||
user_id = user.user_id or ''
|
user_id = user.user_id or ''
|
||||||
print(">> ", id, user.name)
|
print(">> ", id, user.name)
|
||||||
if user.last_name == nil then
|
if user.last_name == nil then
|
||||||
text = text..user.name.." ["..user_id.."]: "..user.msg_num.."\n"
|
text = text..user.name..": "..user.msg_num.."\n"
|
||||||
else
|
else
|
||||||
text = text..user.name.." "..user.last_name.." ["..user_id.."]: "..user.msg_num.."\n"
|
text = text..user.name.." "..user.last_name..": "..user.msg_num.."\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
print("usuarios: "..text)
|
print("usuarios: "..text)
|
||||||
|
Reference in New Issue
Block a user