mIRC Homepage
Posted By: rserewrew query inactive - 06/01/03 12:01 AM
how can i make possible mIRC auto close inactive query (30 sec inactivity) ?

tnx all.
Posted By: Hammer Re: query inactive - 06/01/03 03:40 AM
Put these two lines in your remotes (Alt-R):
Code:

on *:TEXT:*:?: $+(.timerquery.,$nick) 1 30 close -m $nick
on *:INPUT:?: $+(.timerquery.,$active) 1 30 close -m $active

NOTE: You will only have 30 seconds to respond to anyone who msgs you before you miss the message entirely.
Posted By: Online Re: query inactive - 06/01/03 08:43 AM
Fortunately /close doesn't have massive error checking, so no need to check if $query(nick) exists before attepting to close it.
© mIRC Discussion Forums