Skip to content
General Chat Talk

Mirc Scripting Help Please With Onjoin Issue

A TG007 community discussion started by ST4.

Discussion 3 posts
Page 1 of 1
Open
Topic #15742 · 3 published posts · 1,146 views

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.

hiya d33j4y;

thats for your reply, i tried both my change to mine and then i copy/pasted your line in and it didnt work, as it doesnt post for onyonw coming in <bcry> hahaha

Any more ideas or changes great appreciated,

Thx, st

Hiya d33j4y,

Thank you sooooooooo much, that worked perfectly :jump:

 

Thanks for your time and input, its really appreciated.