Uranium
20-03-2002, 18:11
Right I got this code here:
alias talkingclock {
/timer1 17:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 17:00
/timer2 18:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 18:00
/timer3 19:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 19:00
/timer4 20:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 20:00
}
I want to be able to type /talkingclock and then loads the timers, but when I type /talkingclock it spams all the say part of the script in the channel :(
Would be even better if the timers were loaded every time IRC ran so I don't have to load em manually :D
Thanks.
alias talkingclock {
/timer1 17:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 17:00
/timer2 18:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 18:00
/timer3 19:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 19:00
/timer4 20:00 1 1 /sound Wizbit.mp3 | /say [Talking Clock]It's now 20:00
}
I want to be able to type /talkingclock and then loads the timers, but when I type /talkingclock it spams all the say part of the script in the channel :(
Would be even better if the timers were loaded every time IRC ran so I don't have to load em manually :D
Thanks.