Changed quit sound, fixed a redirect error.

This commit is contained in:
Storm Dragon 2016-08-26 05:12:59 -04:00
parent 4cf39baa32
commit cebf7e6571

View File

@ -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 {