activate support for capNL and FL/PL/NL draw tourneys on FTP - thanks Oleg for the histories

This commit is contained in:
Steffen Schaumburg 2011-04-07 12:37:40 +02:00
parent d8d9f3a1fc
commit 56c26f5dcd

View File

@ -196,9 +196,14 @@ class Fulltilt(HandHistoryConverter):
["tour", "hold", "nl"], ["tour", "hold", "nl"],
["tour", "hold", "pl"], ["tour", "hold", "pl"],
["tour", "hold", "fl"], ["tour", "hold", "fl"],
["tour", "hold", "cn"],
["tour", "stud", "fl"], ["tour", "stud", "fl"],
]
["tour", "draw", "fl"],
["tour", "draw", "pl"],
["tour", "draw", "nl"],
]
def determineGameType(self, handText): def determineGameType(self, handText):
info = {'type':'ring'} info = {'type':'ring'}