diff --git a/chess.go b/chess.go index c38a7d6..34ef283 100644 --- a/chess.go +++ b/chess.go @@ -21,6 +21,7 @@ func chessCommand(m chat1.MsgSummary) { return } if parts[1] == "show" { + log.LogInfo("Game found: %+v, %+v", &g, g) go showBoard(m, &g) return }