aboutsummaryrefslogtreecommitdiff
path: root/mpd.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-04 23:39:38 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-04 23:39:38 +0100
commit896df4dd98f472ecbcc4ec9ca8ce3bd508b71de6 (patch)
tree5a9eb7c53c4d29e5c6761225cdac9332c03a19ba /mpd.lua
parent94cf0b7d7fe10b695876fbf84562c06a340f609a (diff)
downloadvicious-legacy-896df4dd98f472ecbcc4ec9ca8ce3bd508b71de6.tar.xz
De-obfuscate e-mail address
Diffstat (limited to 'mpd.lua')
-rw-r--r--mpd.lua8
1 files changed, 4 insertions, 4 deletions
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. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ 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"}