Add Full Tilt flhe o supported games

This commit is contained in:
Worros 2009-03-13 02:21:31 +09:00
parent d8a689b9fe
commit 81df5a8919

View File

@ -70,6 +70,7 @@ follow : whether to tail -f the input"""
def readSupportedGames(self):
return [["ring", "hold", "nl"],
["ring", "hold", "pl"],
["ring", "hold", "fl"],
["ring", "stud", "fl"],
["ring", "omaha", "pl"]
]