Topic 3-Event-Join.md
Join
User join events, this function is called when someone join a channel.
Function
function onJoin(server, channel, nickname)
Parameters
- server, the current server.
- channel, the channel the user has joined.
- nickname, the user nickname.