Suggestion:

make a text file that is full of the commands liek commands.txt in the mirc directory, then on the command try:

on 1:TEXT:!commands:#: {
; delay in seconds
var %delay = 3
; sends the users the commands from the text file
/play -m1n $nick commands.txt $calc(%delay * 1000)
}


-KingTomato