Advertisement
illpastethat

for the win, yes or no?

Mar 13th, 2011
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.57 KB | None | 0 0
  1. on *:text:*:?:{
  2.   if (!$istok(%dontclose,$nick,44)) {
  3.     noclose $nick
  4.     .timer $+ $nick $+ msgqueryclosewarn 1 270 echo -a 12[4NOTICE12] 10 30 seconds till query close with $nick $+.
  5.     .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.     .timer $+ $nick $+ queryclose 1 302 close -m $nick
  7.     .timer $+ $nick $+ queryclosewarn 1 302 echo -a 12[4NOTICE12] 10 Query with $nick has been closed.
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement