mIRC Homepage
Posted By: yugioh a little ignore query script - 25/04/03 07:08 PM
please help me
thnx


i am new
Posted By: KingTomato Re: a little ignore query script - 25/04/03 09:02 PM
Code:
on 1:OPEN:?: {
  if (%q. [ $+ [ $nick ] ] == $null) {
    /query $nick Sorry, but I am ignoring queries.  If you would like to talk to me, please talk in the channel.  Thanks.
    /window -c $nick
    /inc -u1800 %q. [ $+ [ $nick ] ]
  }
  else /window -c $nick
  /halt
}
Posted By: Nimue Re: a little ignore query script - 25/04/03 11:25 PM
You can easily prevent the query windows opening/closing. smile
Code:
on ^*:OPEN:?:{
  if !%q. [ $+ [ $site ] ] {
    .msg $nick Sorry, I am ignoring queries. If you would like to talk to me, please talk in the channel. Thanks.
  }
  inc -u1800 %q. $+ $site
  halt
}
Posted By: Nimue Re: a little ignore query script - 25/04/03 11:33 PM
Options > General > Lock > Disable > [×] "Private chats"
/ignore -p *
on ^*:open:?:halt
© mIRC Discussion Forums