Package: irssi-scripts
Version: 20061009
Severity: normal
Tags: patch

away.pl never turns off away status on activity (no matter what I /SET
autounaway_level to). The attached patch fixes this.

norbi


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages irssi-scripts depends on:
ii  irssi                         0.8.10-2   terminal based IRC client

Versions of packages irssi-scripts recommends:
ii  libwww-perl                   5.805-1    WWW client/server library for Perl

-- no debconf information
diff -Naur irssi-scripts-20070925/scripts/away.pl 
irssi-scripts-20070925-fixed/scripts/away.pl
--- irssi-scripts-20070925/scripts/away.pl      2007-09-22 16:30:57.000000000 
+0200
+++ irssi-scripts-20070925-fixed/scripts/away.pl        2008-11-12 
22:37:39.000000000 +0100
@@ -112,6 +112,7 @@
     {
       # come back from away
       $server->command("AWAY");
+      $am_away=0;
     }
     else
     {

Reply via email to