Mention community in new match notice

This commit is contained in:
Trevor Slocum 2023-11-12 19:40:36 -08:00
parent 5a1716ba27
commit 9b2226d9a8

View file

@ -542,7 +542,7 @@ COMMANDS:
cmd.client.sendNotice(fmt.Sprintf("Created match: %s", g.name))
if len(g.password) == 0 {
cmd.client.sendNotice("Note: Please be patient as you wait for another player to join the match. A chime will sound when another player joins.")
cmd.client.sendNotice("Note: Please be patient as you wait for another player to join the match. A chime will sound when another player joins. While you wait, why not join the bgammon.org community? See the 'Community' page for information on how to join via Discord, Matrix or IRC.")
}
case bgammon.CommandJoin, "j":
if clientGame != nil {