blob: be81cf5e90dd5746bad30718079eb6b99388ab6f (
plain)
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
{
|