Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.40 KB | None | 0 0
  1. on *:text:*:?: {
  2.   .timer $+ $nick $+ msgqueryclose off
  3.   .timer $+ $nick $+ queryclose off
  4.   .timer $+ $nick $+ msgqueryclose 1 300  if ($nick != *away) .msg $nick 12[4NOTICE12] 10 Your query window has automatically been closed after a 5 minute timeout, if you need something pm me again, otherwise do not reply.)
  5.   .timer $+ $nick $+ queryclose 1 300 $iif($query($nick),close -m $nick,noop)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement