Skip to content

Commit

Permalink
PartyPoker - No Disconnect fix
Browse files Browse the repository at this point in the history
Fix from Neko on 2+2

http://forumserver.twoplustwo.com/showpost.php?p=15495528&postcount=2374

"Finally got around to checking this out. Seems great so far. I had issues with some of my party hands that were on No Disconnect protect tables but adding the No DP regex in the PartyToFpdb hand converter seems to have fixed it for me."
  • Loading branch information
Worros committed Dec 21, 2009
1 parent d5de93d commit babf0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfpdb/PartyPokerToFpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class PartyPoker(HandHistoryConverter):
(?P<TTYPE>[a-zA-Z0-9 ]+)\s+
(?: \#|\(|)(?P<TABLE>\d+)\)?\s+
(?:[^ ]+\s+\#(?P<MTTTABLE>\d+).+)? # table number for mtt
(\(No\sDP\)\s)?
\((?P<PLAY>Real|Play)\s+Money\)\s+ # FIXME: check if play money is correct
Seat\s+(?P<BUTTON>\d+)\sis\sthe\sbutton
""",
Expand Down

0 comments on commit babf0a0

Please sign in to comment.