Send message of the day
This commit is contained in:
parent
19450582e8
commit
eacc21fcf3
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue