on *:join:#frostwire_regs: {
if ($nick == $me) {
msg # Roll out the red carpet, I'm here.
}
if (Guest isin $nick) {
msg # Change your nick or identify, $nick $+ .
}
else {
mode # +v $nick
msg # Welcome to Frostwire Regs. [[auto message]]
}
}