Skip to content

Commit

Permalink
ACR Reshuffle added
Browse files Browse the repository at this point in the history
  • Loading branch information
ChazDazzle committed Nov 3, 2023
1 parent 3414e05 commit a239c00
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyfpdb/WinningToFpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ class Winning(HandHistoryConverter):
(?P<TOUR>([\$.,\dKkmM]+\sGTD\s)?Tournament\s\#(?P<TOURNO>\d+)\s\-\s) # open paren of tournament info
)?
# close paren of tournament info
(?P<GAME>Holdem|Omaha|Omaha\sH/L|7Stud|7Stud\sH/L|5Card\sOmaha|5Card\sOmaha\sH/L)\s?
(?P<GAME>Holdem|Omaha|Omaha\sH/L|7Stud|7Stud\sH/L|5Card\sOmaha|5Card\sOmaha\sH/L)
(\sReshuffle)?\s?
\((?P<LIMIT>No\sLimit|Fixed\sLimit|Pot\sLimit|All\-in\sor\sFold\sLimit)\)\s\-\s
(Level\s(?P<LEVEL>[IVXLC\d]+)\s)?
\(? # open paren of the stakes
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Hand #1917987732 - 5Card Omaha Reshuffle (Pot Limit) - $10.00/$20.00 - 2023/11/03 20:57:05 UTC
Olympia Fields 4-max Seat #4 is the button
Seat 1: Player0 ($5556.08)
Seat 2: Hero ($800.00)
Seat 3: Player1 ($2242.37)
Seat 4: Player2 ($2771.23)
Player0 posts the small blind $10.00
Hero posts the big blind $20.00
*** HOLE CARDS ***
Player1 folds
Player2 raises $70.00 to $70.00
Player0 folds
Dealt to Hero [Jc 7h Kh 6h Kd]
Hero folds
Uncalled bet ($50.00) returned to Player2
Player2 does not show
*** SUMMARY ***
Total pot $50.00
Seat 1: Player0 (small blind) folded on the Pre-Flop
Seat 2: Hero (big blind) folded on the Pre-Flop
Seat 3: Player1 folded on the Pre-Flop and did not bet
Seat 4: Player2 did not show and won $50.00

0 comments on commit a239c00

Please sign in to comment.