mIRC Homepage
Posted By: sparta hmm query.. .. - 15/08/03 01:58 AM
Hi everyone. i trying to make a litle script that reacting on query..

on *:OPEN:?: <<-- that will be triggerd if somone msg me..

but any way i can set it to be triggerd on every query that i open or somone open to me?? smirk
Posted By: Jerk Re: hmm query.. .. - 15/08/03 02:06 AM
On open will only trigger on privmsgs sent to you, not when you manually open up a query window. To do that you can create a /query alias that calls a signal.
Code:
alias query {
  ; replace this line with a call to an alias or signal here
  query $1-
}
Posted By: sparta Re: hmm query.. .. - 15/08/03 02:10 AM
Ahh.. didnt think of that.. thnx grin
© mIRC Discussion Forums