Jump to content

Mirc Scripting Help Please With Onjoin Issue


ST4

Recommended Posts

Hi everyone , i hope ive posted in the right place , i know nothing about mIRC , i have a single onjoin line and it works, but i want to make a change and i dont really know how, ive made a guess and it doesnt work, all i want it to do is NOT post when A nick comes in. The line is .....

 

on *:JOIN:#: { if ( freadbear isin $nick) {halt} { /msg $chan Hiya $nick } }

 

hmmm looking at it now is it supposed to be....?

 

on *:JOIN:#: { if ( freadbear isin $nick) {halt} } { /msg $chan Hiya $nick }

 

 

Any replies are greatly appreciated,

Thx, st.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...