From cebf7e6571457d7923fbf548adc1d4fff65482d3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 26 Aug 2016 05:12:59 -0400 Subject: [PATCH] Changed quit sound, fixed a redirect error. --- sound.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound.pl b/sound.pl index 6549385..83e6ff3 100755 --- a/sound.pl +++ b/sound.pl @@ -37,7 +37,7 @@ sub part_msg { sub quit_msg { my ($server,$msg,$nick,$address,$target) = @_; -system("play -qnV0 synth tri 1000 tri 800 delay 0 .12 fade h 0 .2 remix - &. /dev/null&") +system("play -qnV0 synth pi fade h 0 1 1 pad 0 1 reverb overdrive riaa norm -7 &> /dev/null&") } sub pub_msg {