Top

Query Manager (For multiple query's)

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 02, 2008
Last Updated  Apr 03, 2008
Tags  blocker  multiple  pm  query 

Introduction

*** Idea came from the snippet i found name Query manager as well, But it wasn't for multiple query's , Well this one is! ***



TO START: Right click anywhere and 'Query Manager'
or '/dialog -m qmd qmd'

This script allows you to view current query's.
If you select a nickname you will be able to
Accept, Deny, Block, Friend

- Accept: You will accept the message, PM him that you accepted him
- Deny: You will deny the message, PM him that you denied him and automaticly close the message
- Block: You will deny the message, PM him that you denied and blocked him, And add him to the blocklist
- Friend: You will accept the message, PM him that you accepted him and added as a friend


** You can change the 'var %protected ..' and add more names to it,
These names seperated with a space will be ignored by the SCRIPT only

You can CLEAR the entire block/friend list with 1simple click
You can also add/delete block/friend users

** When someone who is blocked query's you, you will automaticly close the window and get an ECHO within 5seconds (to prevent spam when he spams you)

** You can read the log by clicking 'Logs' and you can clear it with the 'Clearlogs' button!

Good luck and have fun.





Grab the Code

Comments

  (7)  RSS
EL
Comments: 914
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 2, 2008 11:02 am
Hmm i dunno i can't even get it to trigger on query,its enabled dunno why it wont trigger?
jonesy44
Comments: 679
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 2, 2008 11:53 am
lol, cos the trigger part of the script is wrong.

Code:
on *:open:*:{

shud be
Code:
on *:open:?:*:{


;-)
EL
Comments: 914
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 2, 2008 12:32 pm
Lawl i dint look at the code i figured it was tested before posted and was a working code :P
absent
Comments: 5
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 2, 2008 3:03 pm
Oh right.. Updated

Works without though on quakenet ;]
EL
Comments: 914
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 2, 2008 3:53 pm
Er still buggy man,i dunno if its my mIRC but i have to use on *:TEXT:?:*: { for it to even trigger an it floods the shoot out the users with waiting notices,should really allow one message then IGNORE or silence or wat ever you want then close the query with tem so you dotn get repeated entries in your dilaog,then accept an it opens aquery with them,not to meantion your block isnt working you need to ignore ppl all you ll get is windows opening and closing an if any oens smart an a litttle mean they can crash you mIRC with query floods not to meantion * /did: invalid parameters (line 117, script97.0) that little error.Dunno maybe its just me but those are wat i have found.
absent
Comments: 5
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 3, 2008 3:47 am
EL: Depends on what your using I guess.. Everything works fine here @ 6.31, And it just triggers on OPEN, ignore wouldn't make a sens for people flooding you out though, but i'll make a little If statement so you wont be flooded
absent
Comments: 5
 
mIRC Snippet:  Query Manager (For multiple query's)
Posted on Apr 3, 2008 3:59 am
updated: If more than 3people query you within 3seconds you will only message the first 3 and ignore the rest. to prevent mass query

Please Register or Login to start posting comments.
Bottom