Simple mod that just logs when a user joins or leaves the server.
It's literally just these two lines:
log(player_name .. " joined the game!")
log(player_name .. " left the game!")
This is useful for running a notifier cronjob on a headless server to notify when users join or leave the server.