mIRC Home    About    Download    Register    News    Help

Print Thread
#82825 12/05/04 06:16 PM
Joined: May 2004
Posts: 17
S
Pikka bird
OP Offline
Pikka bird
S
Joined: May 2004
Posts: 17
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

#82826 12/05/04 06:46 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
on *:TEXT:<word>:?:

Hope it helps smile

Last edited by Zyzzyx26; 12/05/04 06:47 PM.

"All we are saying is give peace a chance" -- John Lennon
#82827 12/05/04 07:15 PM
Joined: Aug 2003
Posts: 325
W
Fjord artisan
Offline
Fjord artisan
W
Joined: Aug 2003
Posts: 325
Code:
on *:TEXT:*:?:if ($active != $nick) { echo $color(info).dd -a $nick just sent you a private message }


Try that.

#82828 12/05/04 07:31 PM
Joined: May 2004
Posts: 17
S
Pikka bird
OP Offline
Pikka bird
S
Joined: May 2004
Posts: 17
Thanks you so much Wolfie and Zyzzyx26, that works! laugh

#82829 12/05/04 07:35 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
I had no idea about the rest of the command.. but i think i forgot to say that lol :P

blush

Zyzzy.


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard