Add new match notice
This commit is contained in:
parent
e200fbb195
commit
5a1716ba27
1 changed files with 4 additions and 0 deletions
|
@ -540,6 +540,10 @@ COMMANDS:
|
|||
s.gamesLock.Unlock()
|
||||
|
||||
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.")
|
||||
}
|
||||
case bgammon.CommandJoin, "j":
|
||||
if clientGame != nil {
|
||||
cmd.client.sendEvent(&bgammon.EventFailedJoin{
|
||||
|
|
Loading…
Reference in a new issue