From 714c35e9d85b5ee0d9d2228a651c107180a8dcac Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sun, 28 Aug 2016 16:39:21 -0800 Subject: [PATCH] Added subs for action and own --- sound.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sound.pl b/sound.pl index 83e6ff3..17deedd 100755 --- a/sound.pl +++ b/sound.pl @@ -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