Added subs for action and own

This commit is contained in:
Jeremiah Ticket 2016-08-28 16:39:21 -08:00
parent a98609ffa5
commit 714c35e9d8

View File

@ -44,6 +44,15 @@ sub pub_msg {
my ($server,$msg,$nick,$address,$target) = @_;
system("play -qn -V0 synth 0.09 tri E3:B3 &");
}
sub action_msg {
my ($server,$msg,$nick,$address,$target) = @_;
system("play -qn -V0 synth 0.09 tri E3:B3 &");
}
sub own_msg {
my ($server,$msg,$nick,$address,$target) = @_;
system("play -qn -V0 synth 0.09 tri E3:B3 &");
}
#--------------------------------------------------------------------
# The sound playing function for private message