summaryrefslogtreecommitdiffstats
path: root/scripts/xmms.pl
diff options
context:
space:
mode:
authorAlexander Færøy2015-01-26 22:09:16 +0100
committerAlexander Færøy2015-01-26 22:09:16 +0100
commit7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc (patch)
treebcf04620a18327d954a07cd24c32417355e56652 /scripts/xmms.pl
parent9115699f7227fcefbaf8f8b4eb4d4eaafe0ede16 (diff)
parent3d9bef11e6848670b61e6267211a37b238372923 (diff)
downloadscripts.irssi.org-7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc.tar.bz2
Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml
Initial commit for automated scripts.yaml update
Diffstat (limited to 'scripts/xmms.pl')
-rw-r--r--scripts/xmms.pl4
1 files changed, 2 insertions, 2 deletions
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]');