mIRC Homepage
Posted By: he3f no on query :/ - 28/02/07 05:21 PM
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
Posted By: DuXxXieJ Re: no on query :/ - 28/02/07 05:52 PM
Query blocker..? Query Msg'er..? Query Ignore'r..?
Posted By: LonDart Re: no on query :/ - 28/02/07 06:09 PM
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.
Posted By: Riamus2 Re: no on query :/ - 28/02/07 10:02 PM
More information on what you're trying to do would be helpful.
© mIRC Discussion Forums