mIRC Homepage
Posted By: twobluemoons on join script - 19/02/05 12:29 AM
Okay well, I posted here in the past but now can't find the original post.

We have a fairly quiet channel and at times, I'd like to have an onjoin script (yeah I know they're lame), but I'd like a script that welcomes folk if we're not paying attention. I would like it to be a notice for that individual person, and not seen for everyone and I don't want a msg. script. (some folk seem to have problems with messages. )

Some helpful people here offered up a script like this:

On !*:Join:#blankedout: {

notice $$1 Welcome Hugs to you! We may currently be unavailable to speak with you. Even if no one is around, someone will be; Stay a while, make yourself at home. We do this together! We invite you to join us at our NA discussion/message board on: blanked out Note: NA Meetings Here Sundays and Mondays at 9 pm EST * We Do Recover!
}

Originally it was a message, but what I'm looking for is notice. Notice I inserted notice where msg. would be but that doesn't work. Please, I could use some help here.

Thanks in advance,

Me
Posted By: mIRCManiac Re: on join script - 19/02/05 12:31 AM
on !*:JOIN:#blankedout: {
notice $nick Welcome Hugs to you! We may currently be unavailable to speak with you. Even if no one is around, someone will be; Stay a while, make yourself at home. We do this together! We invite you to join us at our NA discussion/message board on: blanked out Note: NA Meetings Here Sundays and Mondays at 9 pm EST * We Do Recover!
}
Posted By: twobluemoons Re: on join script - 19/02/05 12:42 AM
FIXED!!

Y'all are the absolute BEST!!

Thank you thank you and thank you again!
Posted By: ricky_knuckles Re: on join script - 19/02/05 01:18 AM
thats alot of text
might want to put a flood prot on it
on !*:join:#channel:{
if (%flood != on) {
notice $nick blah blah blah
/set -u10 %flood on
}
}
© mIRC Discussion Forums