mIRC Home    About    Download    Register    News    Help

Print Thread
#226357 28/09/10 05:50 PM
R
renegad3
renegad3
R
I am not sure when this started, but its quite annoying and I have just been living with it for awhile now.

I decided to try and figure it out, but have ha no luck going thru the mIRC help dialog.

Whenever someone sends me a query, a new window will also popup called @query
and in it will be a line like: sender (the senders nick) Just opened mynick query window

It will open that window as well as the normal query window with the user.

I would really like to eliminate the window popping up telling me someone opened a query, its really kind of useless IMO.

I tried changing the settings in options > IRC that appear to pertain to queries, but to no avail.

Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
@windows are custom windows, which means a script is doing this.
Try to find a script involving the on open event or the @query window


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
R
renegad3
renegad3
R
understood. I do not however have any scripts related to query windows.

I do have some custom ones for text in channels, but again none have anything to do with query.

L
Litch
Litch
L
Open scripts editor, press ctrl + f and search for :open: :P

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Better than searching for :open: , I'd probably search for @query instead if that's the name of the window. The window might be created from other events than on open (such as on text). Make sure that when you search, that you set it to search all files - I believe it defaults to only searching the current script file. Also, you might want to search the aliases tab as it's possible an alias is opening the window.


Link Copied to Clipboard