summaryrefslogtreecommitdiff
path: root/.irssi/scripts/autorun/anotherway.pl
diff options
context:
space:
mode:
Diffstat (limited to '.irssi/scripts/autorun/anotherway.pl')
-rwxr-xr-x.irssi/scripts/autorun/anotherway.pl11
1 files changed, 8 insertions, 3 deletions
diff --git a/.irssi/scripts/autorun/anotherway.pl b/.irssi/scripts/autorun/anotherway.pl
index 7b06050b..ba360f25 100755
--- a/.irssi/scripts/autorun/anotherway.pl
+++ b/.irssi/scripts/autorun/anotherway.pl
@@ -28,9 +28,14 @@ sub go_away {
$servers[0]->command('AWAY '.$reason);
Irssi::signal_add($_ , "reset_timer") foreach (@signals);
- # return to the status window so that messages received clearly
- # visible in Act bar -- spw
- Irssi::command('window goto 1');
+ # # return to the status window so that messages received clearly
+ # # visible in Act bar -- spw
+ # Irssi::command('window goto 1');
+ # ^ annoying and no longer needed now away log gets mailed to me
+
+ # set the trackbar so we can see where we were
+ # -- spw
+ Irssi::command('tb mark');
}
sub reset_timer {