k.SendMessageByConvID(m.ConvID,fmt.Sprintf("I have created a new game for this conversation @%+v is playing as White, @%+v is playing as Black.",game.White,game.Black))
k.SendMessageByConvID(m.ConvID,fmt.Sprintf("Possible commands are `@chessbot show` to show the board, or `@chessbot forfeit`. Otherwise I will be expecting a move in Algebraic Notation."))
@ -103,6 +104,7 @@ func showBoard(m chat1.MsgSummary, g *Game) {
@@ -103,6 +104,7 @@ func showBoard(m chat1.MsgSummary, g *Game) {