mIRC Home    About    Download    Register    News    Help

Print Thread
#245510 23/04/14 07:42 PM
Joined: Apr 2014
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Apr 2014
Posts: 14
I have a super simple script:

raw 319:*test*:/msg $me boo

Nothing happens when I run a whois on someone in the channel #test. I ran a @debug window and it shows that 319 is happening, but it is not triggering my script. I have also tried other scripts I found online like:

raw 319:*:{
echo -a $!1 is $1
echo -a $!2 is $2
echo -a $!3 is $3
echo -a $!4 is $4
}

It does not work either. Thanks for your help!

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Maybe you have raw turned off? /raw on

Joined: Apr 2014
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Apr 2014
Posts: 14
You are a god among men, that's it!! Thank you so much for your help smile


Link Copied to Clipboard