Trying to understand a bit and my English isn't my first language.

I'm trying to find how to send a message into the channel when a user join channel that isn't level 5 or higher.

i.e.

on *:JOIN: {
.msg $chan Welcome $nick to this channel.
}

I have this ^10 working for staff but I have a helper too which is set to 5, but want anything 4 or below to see that message when they join the channel.