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
on *:text:$(get & $me):#:{
if $2 ison # { .timer 1 5 describe !$chan pokes !$2 }
}