diff --git a/plugins/stats.lua b/plugins/stats.lua index 1527330..3ccc9f7 100644 --- a/plugins/stats.lua +++ b/plugins/stats.lua @@ -82,7 +82,8 @@ local function get_stats_status( msg ) if user.last_name == nil then text = text..user.name..": "..user.msg_num.."\n" 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 print("usuarios: "..text)