mIRC Homepage
Posted By: shadowen event - 12/05/04 06:16 PM
which is the event for the query messages?
example: Someone query me via /msg and I want to write in the active chan echoing a warning message that a query is incoming.
I just want to know the syntax.
On *:EVENT::#:{ command }
I should be something like this. Thanks
Posted By: Zyzzyx26 Re: event - 12/05/04 06:46 PM
on *:TEXT:<word>:?:

Hope it helps smile
Posted By: Wolfie Re: event - 12/05/04 07:15 PM
Code:
on *:TEXT:*:?:if ($active != $nick) { echo $color(info).dd -a $nick just sent you a private message }


Try that.
Posted By: shadowen Re: event - 12/05/04 07:31 PM
Thanks you so much Wolfie and Zyzzyx26, that works! laugh
Posted By: Zyzzyx26 Re: event - 12/05/04 07:35 PM
I had no idea about the rest of the command.. but i think i forgot to say that lol :P

blush

Zyzzy.
© mIRC Discussion Forums