diff options
| -rw-r--r-- | _data/scripts.yaml | 4 | ||||
| -rw-r--r-- | scripts/screen_away.pl | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/_data/scripts.yaml b/_data/scripts.yaml index e8732fe..f40f798 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -3305,12 +3305,12 @@  - authors: "Andreas ads Scherbaum <ads@wars-nicht.de>"    description: "set (un)away, if screen is attached/detached"    filename: "screen_away.pl" -  modified: "2008-05-22 01:28:25" +  modified: "2014-12-20 20:30:00"    license: "GPL v2"    modules: "FileHandle"    name: "screen_away"    url: "none" -  version: "0.9.7.1" +  version: "0.9.8.1"  - authors: "Stefan tommie Tomanek"    commands: "scriptassist" diff --git a/scripts/screen_away.pl b/scripts/screen_away.pl index b1f913d..722ceed 100644 --- a/scripts/screen_away.pl +++ b/scripts/screen_away.pl @@ -4,7 +4,7 @@ use FileHandle;  use vars qw($VERSION %IRSSI); -$VERSION = "0.9.7.1"; +$VERSION = "0.9.8.1";  %IRSSI = (      authors     => 'Andreas \'ads\' Scherbaum <ads@wars-nicht.de>',      name        => 'screen_away', | 
