mIRC Home    About    Download    Register    News    Help

Print Thread
#135009 06/11/05 08:25 PM
N
NFSPOWER
NFSPOWER
N
on *:text:*test*:#NFSmIRC: /msg $nick Hello world <-- that work
on *:NOTICE:*test*:?: /notice $nick Hello world <-- that work

on *:MESSAGE:*test*:?: /msg $nick Hello world <-- This not work
on *:MSG:*test*:?: /msg $nick Hello world <-- This not work

Why msg dosen't work :S

B
benjy355
benjy355
B
say /help message
and /help msg
they don't exist wink

N
NFSPOWER
NFSPOWER
N
how i make a trigger that trig what ppl write in a msg ?

Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
/help ON OPEN smile

It's very similar to the ON TEXT event, so you shouldn't have too much trouble, though if you have specific issues with it just post and let us know.

Regards,

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
You know the ? means messages sent to a nickname instead of a channel because you used it in the first on NOTICE trigger. You know on TEXT triggers on messages and on NOTICE triggers on notices. So what is left for that on MSG to do?


Link Copied to Clipboard