]> jfr.im git - irssi-scripts.git/blobdiff - title.pl
title.pl - add tag to $act
[irssi-scripts.git] / 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});
              }