diff options
author | root <root@krebs> | 2011-09-09 19:44:50 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-09-09 19:44:50 +0200 |
commit | a6090c2b84798367ee88c35847ec9194e1ad8842 (patch) | |
tree | 3d521bcd0a1b8e1ee23f1260ec9ce426e88ca76b /noise | |
parent | 0e49743f32b550e4aa47a899d17f481eaed4fbc8 (diff) |
//noise /mpc: {mpd -> filebitch}.mpd
Diffstat (limited to 'noise')
-rwxr-xr-x | noise/modules/mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noise/modules/mpc b/noise/modules/mpc index 0ab72058..20abf19b 100755 --- a/noise/modules/mpc +++ b/noise/modules/mpc @@ -10,5 +10,5 @@ case "$1" in ##echo test-module called with following arguments: "$@" ## send command for re-evaluation: ##echo /espeak test >$NOISE_linefeed - MPD_HOST=mpd.shack mpc $@ + MPD_HOST=filebitch.shack mpc $@ esac |