Update community advertisement

This commit is contained in:
Trevor Slocum 2023-11-13 19:29:49 -08:00
parent 328e37f900
commit 97fe9ebf0d

View file

@ -548,7 +548,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. 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.")
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, join the bgammon.org community via Discord, Matrix or IRC at bgammon.org/community")
}
case bgammon.CommandJoin, "j":
if clientGame != nil {