Actually, I got it set up..
on *:JOIN:*: {
.mode $chan +v $nick
}
and if you want it to have a greet:
on *:JOIN:*: {
.msg $chan Hello, $nick [This does not have to be the exact words]
.mode $chan +v $nick
}
If it's a channel,
on *:JOIN:#MyChannel: {
.mode $chan +v $nick
}
And same as the Message one but with #MyChannel (Or whatever your channel name is.) in it.

I hope this helped. :]


New Server: irc.inferno.strangled.net
on *:start: { server -n irc.chattercity.net }