then you're going to have to clarify what it is you're wanting, as /timer is the only command in mIRC that matches your request so far. Here's the code that you have said works, but altered to include a 5 second delay

Code:
on *:text:$(get & $me):#:{
  if $2 ison # { .timer 1 5 describe !$chan pokes !$2 }
}

Last edited by RusselB; 13/11/07 04:13 AM.