File: away.pl.diff

package info (click to toggle)
irssi-scripts 20201016
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,068 kB
  • sloc: perl: 71,842; sh: 193; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: away.pl never turns off away status on activity
Forwarded: yes
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505480
Author: Norbert Buchmuller <norbi@nix.hu>
Last-Update: 12-11-2008
--- a/scripts/away.pl
+++ b/scripts/away.pl
@@ -113,6 +113,7 @@ sub cond_unaway {
     {
       # come back from away
       $server->command("AWAY");
+      $am_away=0;
     }
     else
     {