mIRC Home    About    Download    Register    News    Help

Print Thread
#171757 28/02/07 05:21 PM
H
he3f
he3f
H
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

#171758 28/02/07 05:52 PM
D
DuXxXieJ
DuXxXieJ
D
Query blocker..? Query Msg'er..? Query Ignore'r..?

#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.

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


Link Copied to Clipboard