recommit one of Carl's prev commits.
This commit is contained in:
		
							parent
							
								
									2b13d49843
								
							
						
					
					
						commit
						543862629f
					
				|  | @ -100,7 +100,7 @@ class Fulltilt(HandHistoryConverter): | |||
|                                     ''' % substitutions, re.VERBOSE) | ||||
|     re_Button       = re.compile('^The button is in seat #(?P<BUTTON>\d+)', re.MULTILINE) | ||||
|     re_PlayerInfo   = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.{2,15}) \([%(LS)s]?(?P<CASH>[%(NUM)s]+)\)(?P<SITOUT>, is sitting out)?$' % substitutions, re.MULTILINE) | ||||
|     re_SummarySitout = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.{2,15}) is sitting out?$' % substitutions, re.MULTILINE) | ||||
|     re_SummarySitout = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.{2,15}?) (\(button\) )?is sitting out?$' % substitutions, re.MULTILINE) | ||||
|     re_Board        = re.compile(r"\[(?P<CARDS>.+)\]") | ||||
| 
 | ||||
|     #static regex for tourney purpose | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user