From: John Runyon Date: Sat, 24 Feb 2024 07:38:19 +0000 (-0700) Subject: title.pl - add tag to $act X-Git-Url: https://jfr.im/git/irssi-scripts.git/commitdiff_plain/c7dc990c56d01a8ac2b71590d54695d355626b06 title.pl - add tag to $act --- diff --git a/title.pl b/title.pl index bec0d4f..9ef8f0a 100644 --- a/title.pl +++ b/title.pl @@ -107,7 +107,7 @@ sub act_str { if(defined($window)) { for my $win ($window->items or $window) { if($win->{data_level} >= 3 || $win->{data_lev} >= 3) { - push(@acts,$win->{name}); + push(@acts,$win->{server}->{tag} . '/' . $win->{name}); } else { delete($act{$winref}); }