Some bringin code for stud/razz

This commit is contained in:
Worros
2009-02-26 01:23:46 +09:00
parent a71be6ddd3
commit 354a67c0e4
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -166,6 +166,7 @@ class FullTilt(HandHistoryConverter):
# print hand.string
m = self.re_BringIn.search(hand.string,re.DOTALL)
print "DEBUG: Player bringing in: %s for %s" %(m.group('PNAME'), m.group('BRINGIN'))
hand.addBringIn(m.group('PNAME'), m.group('BRINGIN'))
def readButton(self, hand):
hand.buttonpos = int(self.re_Button.search(hand.string).group('BUTTON'))