We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hand: HandActionTests/3BetHand.txt PokerStars Game #109681406367: Hold'em No Limit ($0.05/$0.10 USD) - 2014/01/06 7:23:59 ET Table 'Skat III 100-250 bb, Ante' 6-max Seat #3 is the button ... Tunks2: posts small blind $0.05 Nightfox82: posts big blind $0.10 *** HOLE CARDS *** Asaki1: folds Player_L: folds H6U5r: raises $0.20 to $0.30 ....
When this hand is parsed the preflop raises is not adjusted to the big blind and is instead parsed as a RAISE of 0.30.
The text was updated successfully, but these errors were encountered:
Merge pull request #39 from HHSmithy/master
bbb9666
Resync with HHSmithy
No branches or pull requests
Hand: HandActionTests/3BetHand.txt
PokerStars Game #109681406367: Hold'em No Limit ($0.05/$0.10 USD) - 2014/01/06 7:23:59 ET
Table 'Skat III 100-250 bb, Ante' 6-max Seat #3 is the button
...
Tunks2: posts small blind $0.05
Nightfox82: posts big blind $0.10
*** HOLE CARDS ***
Asaki1: folds
Player_L: folds
H6U5r: raises $0.20 to $0.30
....
When this hand is parsed the preflop raises is not adjusted to the big blind and is instead parsed as a RAISE of 0.30.
The text was updated successfully, but these errors were encountered: