Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias noclose { .timer $+ $iif(($1),$1,$active) $+ * off }
- on *:text:*:?:{
- if (!$istok(%dontclose,$nick,44)) {
- noclose $nick
- msg $nick 4 $+ $chr(7) Secure Query: Sorry i cannot accept you're messages privately. $&
- you need to contact my owner %owner $+ . you're message will be delivered to my owner.
- notice %owner 4 $+ $chr(7) $nick Messaged $me saying: $1-
- .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.
- .timer $+ $nick $+ queryclose 1 182 close -m $nick
- .timer $+ $nick $+ queryclosewarn 1 182 echo -a 12[4NOTICE12] 10 Query with $nick has been closed.
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement