I am creating a twitch bot for my friend, I have the "on text" function working properly but the following code doesn't execute when a new user joins the chat

On !*:Join:#:{
msg $nick Hey There $nick ! Welcome To $chan !
}

This is the first time I've used this language so I'm not 100% familiar with the syntax. Any tips and help would be greatly appreciated!