3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 20:09:43 +01:00

MessageHistory: make aka last-seen more concise

This commit is contained in:
Pragmatic Software 2021-07-11 15:31:27 -07:00
parent 286d2b974f
commit 569463df28

View File

@ -202,7 +202,7 @@ sub cmd_list_also_known_as {
if ($show_last_seen) {
my $seen = concise ago (time - $akas{$aka}->{last_seen});
$result .= " last seen: $seen";
$result .= " (seen $seen)";
}
if ($show_hostmasks or $show_nickserv or $show_gecos or $show_id or $show_relationship) {