Corrected error.

This commit is contained in:
Jeremiah Ticket 2016-08-24 08:53:25 -08:00
parent d0b0e405aa
commit 5f8092a52e

View File

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