fix variable name typo in logins command

master
flux 2019-08-10 03:18:34 +00:00
parent a2297af3d4
commit 929f4c7622
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ register_chatcommand('logins', {
local asn_description = lib_asn.get_description(row.asn)
local message = ('%s:%s from %s<%s> A%s<%s> (%s)'):format(
iso_date(row.timestamp),
(rows.success and '') or ' failed!',
(row.success and '') or ' failed!',
colorize(ip_status_color, lib_ip.ipint_to_ipstr(row.ipint)),
colorize(ip_status_color, ip_status_name),
colorize(asn_status_color, row.asn),