mIRC Homepage
Posted By: TheWarlock help on open - 29/06/09 05:05 PM
on 1:open:*: {
if $1 isin *hola* { .say $chan myserver.org }
}

ill do , this , but doesnt work , any help
Posted By: 5618 Re: help on open - 29/06/09 05:22 PM
There are several things wrong with the script, but first off, what do you want the script to do?
Do you want it to message "myserver.org" to a channel when someone private messages/queries you with a line containing the word "hola"?
Do you want it to message that to the person who queries you?

What exactly?
Posted By: DJ_Sol Re: help on open - 29/06/09 05:36 PM
Are you trying to respond to a whisper if someone says hola?


on 1:open:?:*hola*:msg $nick myserver.org


Please consult the help file first. /help on open

Youw ould have found this bit.


Originally Posted By: "mIRC help file"
Example:
on 1:OPEN:?:*hello*:/echo -s $nick just said hello!

This example triggers if the message which trigger on OPEN contained the word hello. This allows you to react to user message in on OPEN instead of waiting for on TEXT to trigger.
Posted By: TheWarlock Re: help on open - 29/06/09 05:51 PM
thnx for the fast responding
© mIRC Discussion Forums