Send message of the day

This commit is contained in:
Trevor Slocum 2024-02-07 14:50:23 -08:00
parent 19450582e8
commit eacc21fcf3

View file

@ -199,6 +199,9 @@ COMMANDS:
})
}
// Send message of the day.
cmd.client.sendNotice("Connect with other players and stay up to date on the latest changes. Visit bgammon.org/community")
// Rejoin match in progress.
s.gamesLock.RLock()
for _, g := range s.games {