Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aimerneige committed Aug 30, 2023
1 parent 82e5edd commit fa76379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/chess/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ func Play(senderUin int64, groupCode int64, moveStr string) message.Message {
}
msg += winner
msg += "胜利,因为将杀。\n"
case chess.NoMethod:
case chess.Resignation:
case chess.DrawOffer:
case chess.ThreefoldRepetition:
case chess.FiftyMoveRule:
default:
}
chessString := getChessString(room)
eloString := ""
Expand Down

0 comments on commit fa76379

Please sign in to comment.