Jump to content

Alarm Looping Sound


-TorTeX-

Recommended Posts

I'm trying to make an alarm for irc, but i want the song to repeat itself.

 

on 1:TEXT:!mik:#:/msg # Now Playing : Greenday - Holiday | /msg # that should wake him up ! | /splay Greenday-Holiday.mp3

 

Would be grateful if someone could help me.

 

Thanks in advance.

 

 

Link to comment
Share on other sites

on 1:TEXT:!mik:#:{
msg # Now Playing : Greenday - Holiday
msg # that should wake him up !
splay Greenday-Holiday.mp3
.enable #alarm
}
#alarm off
on *:mp3end:{ splay Greenday-Holiday.mp3 }
#alarm end
alias f2 { .disable #alarm | echo -a Alarm stopped }

hope that helps :)

Link to comment
Share on other sites

on 1:TEXT:!mik:#:{
msg # Now Playing : Greenday - Holiday
msg # that should wake him up !
splay Greenday-Holiday.mp3
.enable #alarm
}
#alarm off
on *:mp3end:{ splay Greenday-Holiday.mp3 }
#alarm end
alias f2 { .disable #alarm | echo -a Alarm stopped }

hope that helps :)

 

Thnx alot it works ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...