Fixed background, error hiding, and remix.

This commit is contained in:
Storm Dragon 2016-08-24 12:47:46 -04:00
parent b1783f58f3
commit d0b0e405aa

View File

@ -27,12 +27,12 @@ $VERSION = '0.0.3';
sub join_msg {
my ($server,$msg,$nick,$address,$target) = @_;
system("play -n synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix &")
system("play -qnV0 synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix - &. /sev/null&")
}
sub part_msg {
my ($server,$msg,$nick,$address,$target) = @_;
system("play -n synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix &");
system("play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - &> /dev/null&");
}
sub pub_msg {