test
This commit is contained in:
parent
314570a11e
commit
f88215c36a
2
bot.go
2
bot.go
@ -48,6 +48,8 @@ func botUnpause(m *tb.Message) {
|
|||||||
_, err := conn.Write(px.Bytes())
|
_, err := conn.Write(px.Bytes())
|
||||||
logErrorDebug(err, "botUnpause : conn.Write")
|
logErrorDebug(err, "botUnpause : conn.Write")
|
||||||
sendChat(-436055948, "Game unpaused.")
|
sendChat(-436055948, "Game unpaused.")
|
||||||
|
} else if len(clients) == 1 {
|
||||||
|
sendChat(-436055948, "No players, cannot unpause.")
|
||||||
} else {
|
} else {
|
||||||
sendChat(-436055948, "Game already unpaused.")
|
sendChat(-436055948, "Game already unpaused.")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user