mIRC Home    About    Download    Register    News    Help

Print Thread
#254882 08/09/15 10:21 AM
Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
how do i put delay on a command? for example if someone types !command my bot will respon with hello! 10 seconds later

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
Check the help files for /timer smile

Joined: Sep 2015
Posts: 18
R
Pikka bird
Offline
Pikka bird
R
Joined: Sep 2015
Posts: 18
I think it's something like this

Code:
 
on *:TEXT:!command:#: {
/timer 5 10 msg $chan YOUR TEXT
}


Its something like that or similar. I used to use .timer but I forgot that method


Code:
 $I.am.REDxPHOEN 

Code:
 $I.am.THE.one.AND.only 

Code:
 $I.am.THE.best 
Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
This will send the msg 5 times with 10 seconds delay between each one


Link Copied to Clipboard