mIRC Query Blocker

By DoruMolnar on Feb 28, 2016

i made an mIRC Query Blocker simple

this is on remote:
on *:TEXT:*:?: {
  if (%query == on) {
    query $nick 12Hi you activated my query BLOCKER
    .timer 1 12 .query $nick 10I accepted your query now you can talk
    set %query
  }
  if (%query == off) {
    query $nick 4Hi you activated my query BLOCKER
    .timer 1 12 .query $nick 14I don't accept your query: %reason
  }
  if (%query) {
}
}

in veriables:
%query on or off
%reason I'm away/you'r spammer

in popups:
query blocker
.query:/set %query $$?="On or Off"
.reason:/set %reason $$?="set an reson for dont accept query"

Comments

Sign in to comment.
DoruMolnar   -  Feb 28, 2016

this %query on line 6 and 12 is for when you accept for dont write again and again I accept your query

 Respond  
DoruMolnar   -  Feb 28, 2016
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.