mIRC Home    About    Download    Register    News    Help

Print Thread
#94083 13/08/04 09:24 PM
Joined: Aug 2004
Posts: 14
X
XilGlac Offline OP
Pikka bird
OP Offline
Pikka bird
X
Joined: Aug 2004
Posts: 14
I need a script that say every 2 mins says a certain line of text

#94084 13/08/04 09:36 PM
Joined: Jun 2004
Posts: 291
W
Fjord artisan
Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
alias timewords {
timer $1 $2 $3- }
}
in remotes
then u can type /timewords 1 120 message
for the timer to say once "1"
120 seconds "120"
then message like "//msg #channel message"
note:
/timer 0 120 message
0 = infinite
or if u want just message without adding the times
alias timewords {
timer 0 120 $1- }
}
that will work infinitly every 2 mins
as long as your message is "/msg #channel message here"

Last edited by whatsthedillio; 13/08/04 09:43 PM.
#94085 13/08/04 10:10 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Just curious but why did you create an alias /timewords to do the exact same thing as /timer.

Eamonn.


Link Copied to Clipboard