From ac4229402acecd02aad24e874316b9d2c6d1a9d2 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Sun, 18 Jan 2015 02:15:41 +0100 Subject: Script generation fall-out A few small commits to fix the script headers which are used to auto-generate scripts.yaml; * replace licence with license, * fix compilation errors due to missing comma, * fix hiding of information by using `my' instead of `our' / `use vars`, * wrong assignment of hash reference to hash --- scripts/xmms.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/xmms.pl') diff --git a/scripts/xmms.pl b/scripts/xmms.pl index dcd8278..a18c2b9 100644 --- a/scripts/xmms.pl +++ b/scripts/xmms.pl @@ -29,14 +29,14 @@ use strict; use Irssi; use vars qw($VERSION %IRSSI); $VERSION = "2.0"; -%IRSSI = { +%IRSSI = ( authors => 'Simon Shine', contact => 'simon@blueshell.dk', name => 'xmms', description => 'XMMS-InfoPipe front-end - allow /np [-help] [dest]', license => 'Public Domain', changed => '2004-01-15' -}; +); Irssi::settings_add_str('xmms', 'xmms_fifo', '/tmp/xmms-info'); Irssi::settings_add_str('xmms', 'xmms_format', 'np: %title at %bitrate [%pos of %length]'); -- cgit v1.2.3