View difference between Paste ID: BqFpZGDJ and hpk20E0U
SHOW: | | - or go back to the newest paste.
1-
alias noclose { /timer $+ $iif(($1),$1,$active) $+ * off }
1+
alias noclose { .timer $+ $iif(($1),$1,$active) $+ * off }
2
on *:text:*:?:{ 
3
  if (!$istok(%dontclose,$nick,44)) { 
4
    noclose $nick
5-
    .timer $+ $nick $+ msgqueryclosewarn 1 270 echo -a 12[4NOTICE12] 10 30 seconds till query close with $nick $+.
5+
    msg $nick 4 $+ $chr(7) Secure Query: Sorry i cannot accept you're messages privately. $&
6-
    .timer $+ $nick $+ msgqueryclose 1 300 /msg $nick 12[4NOTICE12] 10 Your query window has automatically been closed after 5 minutes of inactivity, if you need something pm me again. Otherwise do not reply.
6+
you need to contact my owner %owner $+ . you're message will be delivered to my owner.
7-
    .timer $+ $nick $+ queryclose 1 302 close -m $nick 
7+
notice %owner 4 $+ $chr(7) $nick Messaged $me saying: $1-
8-
    .timer $+ $nick $+ queryclosewarn 1 302 echo -a 12[4NOTICE12] 10 Query with $nick has been closed.
8+
    .timer $+ $nick $+ msgqueryclose 1 180 /msg $nick 12[4NOTICE12] 10 Your query window has automatically been closed after 5 minutes of inactivity, if you need something pm me again. Otherwise do not reply.
9
    .timer $+ $nick $+ queryclose 1 182 close -m $nick 
10
    .timer $+ $nick $+ queryclosewarn 1 182 echo -a 12[4NOTICE12] 10 Query with $nick has been closed.
11
  }
12
}