mIRC Home    About    Download    Register    News    Help

Print Thread
#171757 28/02/07 05:21 PM
Joined: Feb 2007
Posts: 9
H
he3f Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Feb 2007
Posts: 9
pic
when i open a query wiht a person i can use "on open" cus it only get atived when there i writing some text in the Query.
i need a "on query" just like "on join or on part" cus my script work fine wiht the channel, but i just can get the "on open" to work like "on join"

is there af dll that can do it? i know there is a way to make it update the Query when i just open it wiht af person, i have seen it in NN script and in a order mirc script, but can find it

plzz help me, i have tryed the biggets danish script channel, but dont get any help

he3f #171758 28/02/07 05:52 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Query blocker..? Query Msg'er..? Query Ignore'r..?


Squee whenever a squee squee's. Squee whenever a squee does not squee.
he3f #171761 28/02/07 06:09 PM
Joined: Jul 2006
Posts: 107
L
Vogon poet
Offline
Vogon poet
L
Joined: Jul 2006
Posts: 107
If you are opening the query by double-clicking in the nicklist, I believe you can change the default
double-click event to an alias that will open the query and reference the other commands you want
to be performed.

mIRC > Options > Mouse > Nicklist

like instead of
Code:
/query $$1

you could put
Code:
/myquery

and have in remotes
Code:
alias myquery {
  query $$1
  <alias to other commands>
}
Just a thought.


LonDart
he3f #171769 28/02/07 10:02 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
More information on what you're trying to do would be helpful.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard