]> jfr.im git - irssi-scripts.git/commitdiff
title.pl - add tag to $act
authorJohn Runyon <redacted>
Sat, 24 Feb 2024 07:38:19 +0000 (00:38 -0700)
committerJohn Runyon <redacted>
Sat, 24 Feb 2024 07:38:19 +0000 (00:38 -0700)
title.pl

index bec0d4f2c184fc367ada60bd840c726d89b0f919..9ef8f0af9fce77707a1a609f0a5dccc9052a7d62 100644 (file)
--- 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});
              }