summaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-30 08:41:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-30 08:41:29 -0700
commit491670bc127102a81a909ac9f3ee98fdfe992e4c (patch)
treea723145d8062f6b6f99d2c1d23fcabc83d1609df /.irssi
parent4604b2af7abc864675f6b5c7bb52ab91a93737f5 (diff)
downloaddotfiles-491670bc127102a81a909ac9f3ee98fdfe992e4c.tar.gz
add send-irssi-away-log
Diffstat (limited to '.irssi')
-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 {