From 66c03db2fb485c7bd9eabc01b3a41229c7dfd4e7 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Thu, 21 Jan 2016 13:51:46 +0700 Subject: [PATCH] add ChessNetwork quote --- modules/quote/src/main/Quote.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/quote/src/main/Quote.scala b/modules/quote/src/main/Quote.scala index 3fd146ee41..5b1eadbc5b 100644 --- a/modules/quote/src/main/Quote.scala +++ b/modules/quote/src/main/Quote.scala @@ -558,6 +558,7 @@ object Quote { , new Quote("I can’t count the times I have lagged seemingly hopelessly far behind, and nobody except myself thinks I can win. But I have pulled myself in from desperate [situations]. When you are behind there are two strategies – counter-attack or all men to the defences. I’m good at finding the right balance between those.", "Magnus Carlsen") , new Quote("I claim that nothing else is so effective in encouraging the growth of chess strength as such independent analysis, both of the games of the great players and your own.", "Mikhail Botvinnik") , new Quote("Watch out for the tricky knights.", "ChessNetwork") + , new Quote("I think crazyhouse improves your standard chess.", "ChessNetwork") ) implicit def quoteWriter: OWrites[Quote] = OWrites { q =>