when somebody send me prv msg whit "find *.ini" i whont to send prv msg whit all ini files i have in my pc. i make someting but if are many files i flood me and that person i send prv msg.
sow i whont to send him location of files vevery 2 secons not all in 1 second. send file location wait 2 sec send again nex file location wait again 2 sec, etc
look what i do. what i ned to change to send prv msg vevery 2 seconds whit next file location?

on *:text:*:?:{
if ($1 == find) { /msg $nick $findfile(c:\,$2,0,/msg $nick $1-) }
}

and now idle time.
when i am whit someone on prv i whont to show me in title bar idle time of that user and i whont to refresh this at every 2 sec

that is all... for the moment grin