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:
parent
286d2b974f
commit
569463df28
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user