detect more FICS test relays

pull/714/head
Thibault Duplessis 2015-07-13 14:59:15 +02:00
parent 6dcec35bae
commit c618c5879c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ object Relay {
status = status,
date = DateTime.now,
games = Nil,
enabled = name != "test")
enabled = !name.split(' ').contains("test"))
case class Mini(id: String, name: String, slug: String)
object Mini {