Jump to content

Message Guests Only On Entry.


Shagman

Recommended Posts

#welcome off

on *:join:#: {

if ($nick !== $me) && ( Guest isin $nick) {

timer 1 2 privmsg $active VSIXc|| $+ %txtfont $+ || $+ %txtcolor $+ || $+ %txtstyle $+ || $+ $chr(32) $+ : $read text\welcome.txt $nick

}

}

#welcome end

 

something like this ?

just change the vsixc part

you could use notice $nick instead of the privmsg $active

Edited by IRCx
Link to comment
Share on other sites

Guest X-Fusion
#welcome off
on *:join:#: {
if ($nick !== $me) && (Guest isin $nick) { 
timer 1 2 notice $nick <msg here>
}
}
#welcome end

Edited by X-Fusion
Link to comment
Share on other sites

#welcome off
on *:join:#: {
if ($nick !== $me) && (Guest isin $nick) { 
timer 1 2 notice $nick <msg here>
}
}
#welcome end

 

I found this worked instead. of guest isin $nick

 

 

(> isin $nick)

 

Im also wondering how to go about giving a friend a password to whisper to the script to host up...then the scripts whisper window closes while blocking flooding the whisper.

 

Is it posible to ban GatekeeperPassports but allow regulare guest Gatekeeper in the room.

Essentially I want to ban registered users. but allow guests only.

 

I know im twisted that way.

Edited by Shagman
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...