Files
fpdb/pyfpdb
Worros b996a884de PokerStarsTo? Fpdb: Fix subtle bug in re_Action
The bet action could become multiline greedy if there was a playername starting with 'card' in the next line.

"""
danny purse: bets $0.50
cardjunkie25: calls $0.50
"""

Would match "danny purse: bets $0.50\ncard", and the rest of that line would be ignored.

Added '$' to the end of the regex to make sure that it is limited to 1 line
2010-02-07 19:21:32 +08:00
..
2009-12-03 17:26:40 +08:00
2009-03-10 20:31:09 -04:00
2010-02-03 00:48:45 +00:00
2010-01-26 23:54:04 +00:00
2010-01-31 13:37:59 -05:00
2009-12-12 12:09:58 +00:00
2009-12-03 16:46:10 +08:00
2010-02-01 08:22:14 +00:00
2010-01-21 13:56:50 +08:00
2009-08-21 00:48:26 -05:00
2010-02-05 21:29:07 +08:00
2010-01-26 23:54:04 +00:00
2009-08-02 07:14:31 -04:00