From 569463df289294d9b227a44d2ff0ef1699aa3a57 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 11 Jul 2021 15:31:27 -0700 Subject: [PATCH] MessageHistory: make `aka` last-seen more concise --- PBot/MessageHistory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/MessageHistory.pm b/PBot/MessageHistory.pm index 6c305e67..dc52105a 100644 --- a/PBot/MessageHistory.pm +++ b/PBot/MessageHistory.pm @@ -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) {