From 896df4dd98f472ecbcc4ec9ca8ce3bd508b71de6 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 4 Nov 2009 23:39:38 +0100 Subject: De-obfuscate e-mail address --- mpd.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mpd.lua') diff --git a/mpd.lua b/mpd.lua index 0d3336b..42ad148 100644 --- a/mpd.lua +++ b/mpd.lua @@ -1,7 +1,7 @@ --------------------------------------------------- -- Licensed under the GNU General Public License v2 --- * (c) 2009, Adrian C. --- * (c) Wicked, Lucas de Vries +-- * (c) 2009, Adrian C. +-- * (c) 2008, Lucas de Vries --------------------------------------------------- -- {{{ Grab environment @@ -24,8 +24,8 @@ local function worker(format, warg) local np = f:read("*line") f:close() - -- Check if it's stopped, off or not installed - if np == nil or + -- Not installed, + if np == nil or -- off or stoppped. (string.find(np, "MPD_HOST") or string.find(np, "volume:")) then return {"Stopped"} -- cgit v1.2.3