diff --git a/pyfpdb/Filters.py b/pyfpdb/Filters.py index b8816dcc..dbdc3dc5 100644 --- a/pyfpdb/Filters.py +++ b/pyfpdb/Filters.py @@ -630,7 +630,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['playerstitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="refresh", stock=None, use_underline=True) + showb = gtk.Button(label=_("Refresh"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__refresh, 'players') @@ -676,7 +676,7 @@ class Filters(threading.Thread): lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'sites') showb.show() @@ -705,7 +705,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['tourneyTypesTitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'tourneyTypes') top_hbox.pack_start(showb, expand=False, padding=1) @@ -731,7 +731,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['gamestitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'games') top_hbox.pack_start(showb, expand=False, padding=1) @@ -758,7 +758,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['limitstitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'limits') top_hbox.pack_start(showb, expand=False, padding=1) @@ -872,7 +872,7 @@ class Filters(threading.Thread): title = gtk.Label(_("Graphing Options:")) title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'graphops') top_hbox.pack_start(showb, expand=False, padding=1) @@ -923,7 +923,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['seatstitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'seats') hbox.pack_start(showb, expand=False, padding=1) @@ -957,7 +957,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['groupstitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'groups') hbox.pack_start(showb, expand=False, padding=1) @@ -1015,7 +1015,7 @@ class Filters(threading.Thread): lbl_title = gtk.Label(self.filterText['datestitle']) lbl_title.set_alignment(xalign=0.0, yalign=0.5) top_hbox.pack_start(lbl_title, expand=True, padding=3) - showb = gtk.Button(label="hide", stock=None, use_underline=True) + showb = gtk.Button(label=_("hide"), stock=None, use_underline=True) showb.set_alignment(xalign=1.0, yalign=0.5) showb.connect('clicked', self.__toggle_box, 'dates') top_hbox.pack_start(showb, expand=False, padding=1) @@ -1065,10 +1065,10 @@ class Filters(threading.Thread): def __toggle_box(self, widget, entry): if self.boxes[entry].props.visible: self.boxes[entry].hide() - widget.set_label("show") + widget.set_label(_("show")) else: self.boxes[entry].show() - widget.set_label("hide") + widget.set_label(_("hide")) #end def __toggle_box def __calendar_dialog(self, widget, entry): diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 20980de1..b63cec83 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -74,7 +74,7 @@ class Fulltilt(HandHistoryConverter): (Ante\s\$?(?P[%(NUM)s]+)\s)?-\s [%(LS)s]?(?P[%(NUM)s]+\sCap\s)? (?P(No\sLimit|Pot\sLimit|Limit))?\s - (?P(Hold\'em|Omaha\sHi|Omaha\sH/L|7\sCard\sStud|Stud\sH/L|Razz|Stud\sHi|2-7\sTriple\sDraw|5\sCard\sDraw|Badugi)) + (?P(Hold\'em|Omaha\sHi|Omaha\sH/L|Omaha|7\sCard\sStud|Stud\sH/L|Razz|Stud\sHi|2-7\sTriple\sDraw|5\sCard\sDraw|Badugi)) ''' % substitutions, re.VERBOSE) re_SplitHands = re.compile(r"\n\n\n+") re_TailSplitHands = re.compile(r"(\n\n+)") @@ -114,7 +114,7 @@ class Fulltilt(HandHistoryConverter): (\((?PTurbo)\)\s)? \((?P\d+)\)\s ((?PMatch\s\d)\s)? - (?P(Hold\'em|Omaha\sHi|Omaha\sH/L|7\sCard\sStud|Stud\sH/L|Razz|Stud\sHi))\s + (?P(Hold\'em|Omaha\sHi|Omaha\sH/L|Omaha|7\sCard\sStud|Stud\sH/L|Razz|Stud\sHi))\s (\((?PTurbo)\)\s)? (?P(No\sLimit|Pot\sLimit|Limit))? ''' % substitutions, re.VERBOSE) @@ -218,6 +218,7 @@ class Fulltilt(HandHistoryConverter): games = { # base, category "Hold'em" : ('hold','holdem'), 'Omaha Hi' : ('hold','omahahi'), + 'Omaha' : ('hold','omahahi'), 'Omaha H/L' : ('hold','omahahilo'), 'Razz' : ('stud','razz'), 'Stud Hi' : ('stud','studhi'), @@ -362,6 +363,10 @@ class Fulltilt(HandHistoryConverter): seat, stack = plist[a] hand.addPlayer(seat, a, stack) + if plist == {}: + #No players! The hand is either missing stacks or everyone is sitting out + raise FpdbParseError(_("FTP: readPlayerStacks: No players detected (hand #%s)") % hand.handid) + def markStreets(self, hand): diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index b1784445..d2fe2c18 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -228,7 +228,7 @@ class GuiGraphViewer (threading.Thread): #TODO: Do something useful like alert user #print "No hands returned by graph query" else: - self.ax.set_title(_("Profit graph for ring games"+names),fontsize=12) + self.ax.set_title((_("Profit graph for ring games")+names),fontsize=12) #Draw plot self.ax.plot(green, color='green', label=_('Hands: %d\nProfit (%s): %.2f') %(len(green),graphops['dspin'], green[-1])) diff --git a/pyfpdb/GuiRingPlayerStats.py b/pyfpdb/GuiRingPlayerStats.py index 21ffccce..82beb8e9 100644 --- a/pyfpdb/GuiRingPlayerStats.py +++ b/pyfpdb/GuiRingPlayerStats.py @@ -120,7 +120,7 @@ class GuiRingPlayerStats (GuiPlayerStats.GuiPlayerStats): settings.update(self.conf.get_default_paths()) # text used on screen stored here so that it can be configured - self.filterText = {'handhead':'Hand Breakdown for all levels listed above' + self.filterText = {'handhead':_('Hand Breakdown for all levels listed above') } filters_display = { "Heroes" : True, @@ -140,9 +140,9 @@ class GuiRingPlayerStats (GuiPlayerStats.GuiPlayerStats): } self.filters = Filters.Filters(self.db, self.conf, self.sql, display = filters_display) - self.filters.registerButton1Name("_Filters") + self.filters.registerButton1Name(_("_Filters")) self.filters.registerButton1Callback(self.showDetailFilter) - self.filters.registerButton2Name("_Refresh Stats") + self.filters.registerButton2Name(_("_Refresh Stats")) self.filters.registerButton2Callback(self.refreshStats) # ToDo: store in config diff --git a/pyfpdb/locale/fpdb-fr_FR.po b/pyfpdb/locale/fpdb-fr_FR.po index 5ba22736..2bf30c4b 100644 --- a/pyfpdb/locale/fpdb-fr_FR.po +++ b/pyfpdb/locale/fpdb-fr_FR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-02-27 23:57+CET\n" +"POT-Creation-Date: 2011-02-27 05:51+CET\n" "PO-Revision-Date: 2010-09-09 13:33+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgstr "" #: PokerStarsToFpdb.py:185 Win2dayToFpdb.py:95 WinamaxToFpdb.py:172 #: iPokerToFpdb.py:122 msgid "determineGameType: Unable to recognise gametype from: '%s'" -msgstr "" +msgstr "determineGameType: Impossible de reconnaitre le 'gametype' de: '%s'" #: AbsoluteToFpdb.py:140 BetfairToFpdb.py:77 CarbonToFpdb.py:131 #: EverestToFpdb.py:102 EverleafToFpdb.py:111 FulltiltToFpdb.py:251 @@ -38,30 +38,27 @@ msgstr "" #: PokerStarsToFpdb.py:187 Win2dayToFpdb.py:97 WinamaxToFpdb.py:174 #: iPokerToFpdb.py:124 msgid "Unable to recognise gametype from: '%s'" -msgstr "" +msgstr "Impossible de reconnaitre le 'gametype' de: '%s'" #: AbsoluteToFpdb.py:204 msgid "readHandInfo: Didn't match: '%s'" -msgstr "" +msgstr "readHandInfo: N'a pas correspondu: '%s'" #: AbsoluteToFpdb.py:205 -#, fuzzy msgid "Absolute: Didn't match re_HandInfo: '%s'" -msgstr "N'a pas correspondu à re_HandInfo" +msgstr "Absolute: N'a pas correspondu à re_HandInfo: '%s'" #: AbsoluteToFpdb.py:207 msgid "readHandInfo: File name didn't match re_*InfoFromFilename" -msgstr "" +msgstr "readHandInfo: Nom de fichier ne correspond pas à re_*InfoFromFilename" #: AbsoluteToFpdb.py:208 -#, fuzzy msgid "File name: %s" -msgstr "Nom de fichier:" +msgstr "Nom de fichier: %s" #: AbsoluteToFpdb.py:209 -#, fuzzy msgid "Absolute: Didn't match re_*InfoFromFilename: '%s'" -msgstr "N'a pas correspondu à re_HandInfo" +msgstr "Absolute: N'a pas correspondu à re_*InfoFromFilename: '%s'" #: AbsoluteToFpdb.py:278 EverleafToFpdb.py:218 FulltiltToFpdb.py:410 #: OnGameToFpdb.py:294 PokerStarsToFpdb.py:357 Win2dayToFpdb.py:203 @@ -70,9 +67,8 @@ msgid "reading antes" msgstr "lecture antes" #: AbsoluteToFpdb.py:290 EverleafToFpdb.py:230 -#, fuzzy msgid "No bringin found." -msgstr "Bringin non trouvé" +msgstr "Bringin non trouvé" #: AbsoluteToFpdb.py:297 EverleafToFpdb.py:237 msgid "No small blind" @@ -80,7 +76,7 @@ msgstr "Pas de petite blinde" #: AbsoluteToFpdb.py:324 msgid "Absolute readStudPlayerCards is only a stub." -msgstr "" +msgstr "Absolute readStudPlayerCards partiel." #: AbsoluteToFpdb.py:401 BetfairToFpdb.py:222 CarbonToFpdb.py:298 #: EverleafToFpdb.py:326 FulltiltToFpdb.py:778 PartyPokerToFpdb.py:572 @@ -93,13 +89,13 @@ msgstr "analyse de l'historique des mains" #: EverleafToFpdb.py:327 FulltiltToFpdb.py:779 PartyPokerToFpdb.py:573 #: PokerStarsToFpdb.py:468 Win2dayToFpdb.py:369 iPokerToFpdb.py:292 msgid "output translation to" -msgstr "traduction envoyé vers" +msgstr "traduction envoyé vers" #: AbsoluteToFpdb.py:403 BetfairToFpdb.py:224 CarbonToFpdb.py:300 #: EverleafToFpdb.py:328 FulltiltToFpdb.py:780 PartyPokerToFpdb.py:574 #: PokerStarsToFpdb.py:469 Win2dayToFpdb.py:370 iPokerToFpdb.py:293 msgid "follow (tail -f) the input" -msgstr "" +msgstr "Suivez (tail-f) l'import" #: Anonymise.py:49 msgid "Could not find file %s" @@ -107,18 +103,17 @@ msgstr "Impossible de trouver le fichier %s" #: Anonymise.py:55 msgid "Output being written to" -msgstr "Résultats écris à" +msgstr "résultat écrit à " #: BetfairToFpdb.py:108 CarbonToFpdb.py:163 EverestToFpdb.py:144 #: EverleafToFpdb.py:145 iPokerToFpdb.py:156 iPokerToFpdb.py:158 msgid "Didn't match re_HandInfo" -msgstr "N'a pas correspondu à re_HandInfo" +msgstr "N'a pas correspondu à re_HandInfo" #: BetfairToFpdb.py:109 CarbonToFpdb.py:165 EverestToFpdb.py:146 #: FulltiltToFpdb.py:266 PokerStarsToFpdb.py:223 -#, fuzzy msgid "No match in readHandInfo." -msgstr "N'a pas correspondu à re_HandInfo" +msgstr "N'a pas correspondu à readHandInfo." #: BetfairToFpdb.py:123 msgid "readPlayerStacks: Less than 2 players found in a hand" @@ -126,16 +121,16 @@ msgstr "readPlayerStacks: Moins de 2 joueurs trouvés dans une main" #: BetfairToFpdb.py:163 msgid "No bringin found" -msgstr "Bringin non trouvé" +msgstr "Bringin non trouvé" #: BetfairToFpdb.py:199 OnGameToFpdb.py:337 PokerStarsToFpdb.py:439 #: WinamaxToFpdb.py:408 msgid "DEBUG: unimplemented readAction: '%s' '%s'" -msgstr "DEBUG: readAction non implementé: '%s' '%s'" +msgstr "DEBUG: readAction non implementé: '%s' '%s'" #: Card.py:431 msgid "fpdb card encoding(same as pokersource)" -msgstr "encodage des cartes fpdb (même que pokersource)" +msgstr "encodage des cartes fpdb (même que pokersource)" # Fred : What's with the empty string ? Should I do the same for translation ? #: Charset.py:45 Charset.py:60 Charset.py:75 Charset.py:86 Charset.py:94 @@ -149,7 +144,7 @@ msgstr "Impossible d'encoder: \"%s\"\n" # Fred : Are we dealing with a date or a path ? #: Configuration.py:109 Configuration.py:124 msgid "Config file has been created at %s.\n" -msgstr "Le fichier de configuration a été créé à %s.\n" +msgstr "Le fichier de configuration a été crée à %s.\n" #: Configuration.py:123 msgid "" @@ -157,45 +152,42 @@ msgid "" " in %s\n" " or %s\n" msgstr "" -"Pas de %s trouvé\n" +"Pas de %s trouvé\n" " dans %s\n" " ou %s\n" #: Configuration.py:128 Configuration.py:129 -#, fuzzy msgid "Error copying .example config file, cannot fall back. Exiting.\n" -msgstr "" -"Erreur lors de la copie du fichier .example, impossible de continuer. Arrêt " -"en cours.\n" +msgstr "Erreur lors de la copie du fichier .exemple, impossible de continuer. Arrêt en cours.\n" + #: Configuration.py:133 Configuration.py:134 msgid "No %s found, cannot fall back. Exiting.\n" -msgstr "Pas de %s trouvé, impossible de continuer. Arrêt en cours.\n" +msgstr "Pas de %s trouvé, impossible de continuer. Arrêt en cours.\n" #: Configuration.py:166 msgid "Default logger initialised for " -msgstr "Logger par défaut initialisé pour" +msgstr "Logger par défaut initialisé pour" #: Configuration.py:167 msgid "Default logger intialised for " -msgstr "Logger par défaut initialisé pour" +msgstr "Logger par défaut initialisé pour" #: Configuration.py:178 Database.py:447 Database.py:448 msgid "Creating directory: '%s'" -msgstr "Création du répertoire: '%s'" +msgstr "Création du répertoire: '%s'" #: Configuration.py:204 msgid "" "Default encoding set to US-ASCII, defaulting to CP1252 instead -- If you're " "not on a Mac, please report this problem." msgstr "" -"Encodage par défaut est US-ASCII, passage en CP1252 -- Si vous n'êtes pas " -"sur un Mac, veuillez rapporter le problème." +"Encodage par défaut est US-ASCII, passage en CP1252 -- Si vous n'êtes pas " +"sur un Mac, veuillez rapporter le problème." #: Configuration.py:308 -#, fuzzy msgid "Loading site" -msgstr "lecture antes" +msgstr "Recherche site" #: Configuration.py:529 msgid "config.general: adding %s = %s" @@ -203,7 +195,7 @@ msgstr "config.general: ajout %s = %s" #: Configuration.py:576 Configuration.py:577 msgid "bad number in xalignment was ignored" -msgstr "mauvais chiffre dans xalignment a été ignoré" +msgstr "mauvais chiffre dans xalignment a été ignoré" #: Configuration.py:626 msgid "missing config section raw_hands" @@ -211,14 +203,12 @@ msgstr "section de config raw_hands manquante" #: Configuration.py:632 msgid "Invalid config value for raw_hands.save, defaulting to \"error\"" -msgstr "" -"Valeur de config invalide pour raw_hands.save, mise par défaut à \"error\"" +msgstr "Valeur de config invalide pour raw_hands.save, mise par défaut à \"error\"" + #: Configuration.py:639 msgid "Invalid config value for raw_hands.compression, defaulting to \"none\"" -msgstr "" -"Valeur de config invalide pour raw_hands.compression, mise par défaut à " -"\"error\"" +msgstr "Valeur de config invalide pour raw_hands.compression, mise par défaut à ""\"none\"" #: Configuration.py:652 msgid "missing config section raw_tourneys" @@ -226,19 +216,16 @@ msgstr "section de config raw_tourneys manquante" #: Configuration.py:658 msgid "Invalid config value for raw_tourneys.save, defaulting to \"error\"" -msgstr "" -"Valeur de config invalide pour raw_tourneys.save, mise par défaut à \"error\"" +msgstr "Valeur de config invalide pour raw_tourneys.save, mise par défaut à \"error\"" #: Configuration.py:665 msgid "" "Invalid config value for raw_tourneys.compression, defaulting to \"none\"" -msgstr "" -"Valeur de config invalide pour raw_tourneys.compression, mise par défaut à " -"\"error\"" +msgstr "Valeur de config invalide pour raw_tourneys.compression, mise par défaut à ""\"none\"" #: Configuration.py:683 Configuration.py:684 msgid "Configuration file %s not found. Using defaults." -msgstr "Fichier de configuration %s non trouvé. Defaut utilisé." +msgstr "Fichier de configuration %s non trouvé. Defaut utilisé." #: Configuration.py:714 msgid "Reading configuration file %s" @@ -267,37 +254,37 @@ msgstr "N'utilise pas le pool de connexion sqlalchemy" #: Database.py:72 msgid "Not using numpy to define variance in sqlite." -msgstr "N'utilise pas numpy pour définir la variance dans sqlite" +msgstr "N'utilise pas numpy pour définir la variance dans sqlite" #: Database.py:250 msgid "Creating Database instance, sql = %s" -msgstr "Création de la base de donnée, sql = %s" +msgstr "Création de la base de donnée, sql = %s" #: Database.py:398 msgid "*** WARNING UNKNOWN MYSQL ERROR:" -msgstr "*** WARNING ERREUR MYSQL INCONNUE:" +msgstr "*** ATTENTION ERREUR MYSQL INCONNUE:" #: Database.py:452 msgid "Connecting to SQLite: %(database)s" -msgstr "Connexion à SQLite: %(database)s" +msgstr "Connexion 0  SQLite: %(database)s" #: Database.py:464 msgid "Some database functions will not work without NumPy support" -msgstr "Certaines fonctionnalités ne foncitonneront pas sans NumPy" +msgstr "Certaines fonctionnalitées de la base de données ne fonctionneront pas sans NumPy" #: Database.py:494 msgid "outdated or too new database version (%s) - please recreate tables" msgstr "" -"Version de la base de données trop ancienne ou trop nouvelle (%s) - " -"recrééez les tables SVP" +"Version de la base de données trop ancienne ou trop nouvelle (%s) - " +"recréér les tables SVP" #: Database.py:500 Database.py:501 msgid "Failed to read settings table - recreating tables" -msgstr "Echec de lecture de la table de règlages - recréation des tables" +msgstr "Echec de lecture de la table de réglages - recréation des tables" #: Database.py:505 Database.py:506 msgid "Failed to read settings table - please recreate tables" -msgstr "Echec de lecture de la table de règlages - recréation des tables" +msgstr "Echec de lecture de la table de réglages - recréation des tables" #: Database.py:527 msgid "commit %s failed: info=%s value=%s" @@ -309,23 +296,23 @@ msgstr "echec du commit" #: Database.py:712 Database.py:745 msgid "*** Database Error: " -msgstr "*** Erreur Base de Données: " +msgstr "*** Erreur Base de Données: " #: Database.py:742 msgid "Database: date n hands ago = " -msgstr "Base de Données: date d'il y a n mains = " +msgstr "Base de Données: date d'il y a n mains = " #: Database.py:899 msgid "ERROR: query %s result does not have player_id as first column" -msgstr "ERROR: query %s le résultat n'a pas player_id en première colonne" +msgstr "ERREUR: query %s le résultat n'a pas player_id en premiere colonne" #: Database.py:991 msgid "getLastInsertId(): problem fetching insert_id? ret=%d" -msgstr "getLastInsertId(): problème lors de la recherche insert_id? ret=%d" +msgstr "getLastInsertId(): problème lors de la recherche insert_id? ret=%d" #: Database.py:1003 msgid "getLastInsertId(%s): problem fetching lastval? row=%d" -msgstr "getLastInsertId(%s): problème lors de la recherche lastval? row=%d" +msgstr "getLastInsertId(%s): problème lors de la recherche lastval? row=%d" #: Database.py:1010 msgid "getLastInsertId(): unknown backend: %d" @@ -333,15 +320,15 @@ msgstr "getLastInsertId(): backend inconnu: %d" #: Database.py:1015 msgid "*** Database get_last_insert_id error: " -msgstr "*** Erreur get_last_insert_id base de données: " +msgstr "*** Erreur get_last_insert_id base de données: " #: Database.py:1069 Database.py:1494 msgid "warning: drop pg fk %s_%s_fkey failed: %s, continuing ..." -msgstr "Warning: suppression de pg fk %s_%s_fkey a échoué: %s, continue..." +msgstr "Attention: suppression de pg fk %s_%s_fkey a échoué: %s, continue..." #: Database.py:1073 Database.py:1498 msgid "warning: constraint %s_%s_fkey not dropped: %s, continuing ..." -msgstr "warning: contrainte %s_%s_fkey non supprimée: %s, continue ..." +msgstr "Attention: contrainte %s_%s_fkey non supprimée: %s, continue ..." #: Database.py:1081 Database.py:1372 msgid "dropping mysql index " @@ -364,40 +351,36 @@ msgid "warning: index %s_%s_idx not dropped %s, continuing ..." msgstr "warning: index %s_%s_idx non supprimé: %s, continue ..." #: Database.py:1149 Database.py:1157 -#, fuzzy msgid "Creating foreign key " -msgstr "création d'une clé étrangère" +msgstr "Création d'une clé étrangère " #: Database.py:1155 Database.py:1164 Database.py:1176 -#, fuzzy msgid "Create foreign key failed: " -msgstr " creation d'une clé étrangère a échoué" +msgstr "Création d'une clé étrangère a échouée: " #: Database.py:1171 Database.py:1330 Database.py:1331 msgid "Creating mysql index %s %s" -msgstr "Création index mysql %s %s" +msgstr "Création index mysql %s %s" #: Database.py:1180 -#, fuzzy msgid "Creating pg index " -msgstr "création index pg" +msgstr "Création index pg" #: Database.py:1185 Database.py:1336 Database.py:1345 Database.py:1353 msgid "Create index failed: " -msgstr "Création de l'index a échoué: " +msgstr "Création de l'index a èchoué: " #: Database.py:1226 Database.py:1227 msgid "Finished recreating tables" -msgstr "Fin de re-création des tables" +msgstr "Fin de re-création des tables" #: Database.py:1268 -#, fuzzy msgid "***Error creating tables: " -msgstr "***Erreur lors de la suppression des tables: " +msgstr "***Erreur lors de la création des tables: " #: Database.py:1278 msgid "*** Error unable to get databasecursor" -msgstr "*** Erreur impossible de récuperer databasecursor" +msgstr "*** Erreur impossible de récupérer databasecursor" #: Database.py:1290 Database.py:1301 Database.py:1311 Database.py:1318 msgid "***Error dropping tables: " @@ -417,12 +400,11 @@ msgstr "Création de l'index sqlite %s %s" #: Database.py:1355 msgid "Unknown database: MySQL, Postgres and SQLite supported" -msgstr "Base de données inconnue: MySQL, Postgres et SQLite sont supportées" +msgstr "Base de données inconnue: MySQL, Postgres et SQLite sont supportées" #: Database.py:1360 -#, fuzzy msgid "Error creating indexes: " -msgstr "création index pg" +msgstr "Erreur création indexes: " #: Database.py:1387 msgid "Dropping sqlite index " @@ -440,19 +422,19 @@ msgstr " set_isolation_level a échoué:" #: Database.py:1425 Database.py:1433 msgid "creating foreign key " -msgstr "création d'une clé étrangère" +msgstr "création d'une clé étrangère" #: Database.py:1431 msgid " create foreign key failed: " -msgstr " creation d'une clé étrangère a échoué" +msgstr " creation d'une clé étrangère a èchoué" #: Database.py:1440 msgid " create foreign key failed: " -msgstr " creation d'une clé étrangère a échoué" +msgstr " creation d'une clé étrangère a èchoué" #: Database.py:1442 Database.py:1501 msgid "Only MySQL and Postgres supported so far" -msgstr "Seuls MySQL et Postgres sont supportés pour le moment" +msgstr "Seuls MySQL et Postgres sont supportés pour le moment" #: Database.py:1472 msgid "dropping mysql foreign key" @@ -521,19 +503,19 @@ msgstr "" #: Database.py:2261 msgid "queue empty too long - writer stopping ..." -msgstr "" +msgstr "File d'attente vide trop long - ecriture stopper..." #: Database.py:2264 msgid "writer stopping, error reading queue: " -msgstr "" +msgstr "ecriture stoppée, erreur lecture file d'attente: " #: Database.py:2289 msgid "deadlock detected - trying again ..." -msgstr "" +msgstr "deadlock détecté - nouvel essai ..." #: Database.py:2294 msgid "too many deadlocks - failed to store hand " -msgstr "" +msgstr "trop de main deadlocks - abandon de la sauvegarde des mains" #: Database.py:2298 msgid "***Error storing hand: " @@ -542,7 +524,7 @@ msgstr "***Erreur lors du stockage de la main" #: Database.py:2308 msgid "db writer finished: stored %d hands (%d fails) in %.1f seconds" msgstr "" -"base de données finie d'écrire: stocké %d mains (%d échouées) en %.1f " +"base de données finie d'écrire: stocké %d mains (%d èchouées) en %.1f " "secondes" #: Database.py:2318 @@ -580,15 +562,15 @@ msgstr "cartes =" #: Database.py:2640 #, fuzzy msgid "get_stats took: %4.3f seconds" -msgstr "Le nettoyage a pris %.1f secondes" +msgstr "Le nettoyage a pris %4.3f seconds" #: Database.py:2642 msgid "press enter to continue" -msgstr "appuyer sur entrée pour continuer" +msgstr "appuyer sur entrée pour continuer" #: EverestToFpdb.py:107 msgid "Unable to recognise handinfo from: '%s'" -msgstr "" +msgstr "Impossible de reconnaitre handinfo de: '%s'" #: EverleafToFpdb.py:265 msgid "Everleaf readStudPlayerCards is only a stub." @@ -624,7 +606,7 @@ msgstr "Parties:" #: Filters.py:55 TourneyFilters.py:50 msgid "Hero:" -msgstr "Héros" +msgstr "Héros" #: Filters.py:55 TourneyFilters.py:50 msgid "Sites:" @@ -643,9 +625,8 @@ msgid "Grouping:" msgstr "Regroupement:" #: Filters.py:57 -#, fuzzy msgid "Show Position Stats" -msgstr "Montrer les stats de position" +msgstr "Montrer les stats par position" #: Filters.py:58 TourneyFilters.py:51 msgid "Date:" @@ -665,7 +646,7 @@ msgstr "Tournoi" #: Filters.py:80 msgid "DEBUG: New packing box created!" -msgstr "" +msgstr "DEBUG: Nouvelle boîte créée!" #: Filters.py:106 TourneyFilters.py:114 msgid "Either 0 or more than one site matched (%s) - EEK" @@ -673,7 +654,7 @@ msgstr "0 ou plus d'un site correspond (%s) - EEK" #: Filters.py:341 msgid "%s was toggled %s" -msgstr "%s a été basculé %s" +msgstr "%s a été basculé %s" #: Filters.py:341 msgid "OFF" @@ -709,36 +690,35 @@ msgstr "Min # Mains:" #: Filters.py:725 msgid "INFO: No tourney types returned from database" -msgstr "INFO: Pas de types de tournoi retournés par la base de données" +msgstr "INFO: Pas de types de tournoi retournés par la base de données" #: Filters.py:726 msgid "No tourney types returned from database" -msgstr "Pas de types de tournoi retournés par la base de données" +msgstr "Pas de types de tournoi retournés par la base de données" #: Filters.py:752 Filters.py:850 msgid "INFO: No games returned from database" -msgstr "INFO: Pas de parties retournées par la base de données" +msgstr "INFO: Pas de parties retournées par la base de données" #: Filters.py:753 Filters.py:851 msgid "No games returned from database" -msgstr "Pas de parties retournées par la base de données" +msgstr "Pas de parties retourné©es par la base de données" #: Filters.py:873 msgid "Graphing Options:" -msgstr "" +msgstr "Options du Graphique" #: Filters.py:890 msgid "Show Graph In:" -msgstr "" +msgstr "Voir le graphique en" #: Filters.py:906 msgid "Showdown Winnings" -msgstr "" +msgstr "Graph avec abattage final " #: Filters.py:914 -#, fuzzy msgid "Non-Showdown Winnings" -msgstr "Sans-abattage: $%.2f" +msgstr "Graph sans abattage final" #: Filters.py:1031 msgid "From:" @@ -752,6 +732,15 @@ msgstr "à:" msgid " Clear Dates " msgstr " Effacer les Dates " +#: Filters.py:1068 +msgid "show" +msgstr "voir" + +#: Filters.py:1071 +msgid "hide" +msgstr "masquer" + + #: Filters.py:1077 fpdb.pyw:719 msgid "Pick a date" msgstr "Choisir une date" @@ -851,33 +840,28 @@ msgid "Time between imports in seconds:" msgstr "Temps entre les imports en secondes" #: GuiAutoImport.py:121 GuiAutoImport.py:193 GuiAutoImport.py:303 -#, fuzzy msgid " Start _Auto Import " -msgstr " Démarrage _Autoimport " +msgstr " Démarrage _Autoimport " #: GuiAutoImport.py:125 -#, fuzzy msgid "Detect Directories" -msgstr "Répertoire créé '%s'" +msgstr "Détectez Répertoires" #: GuiAutoImport.py:144 -#, fuzzy msgid "Auto Import Ready." -msgstr "AutoImport Prêt." +msgstr "AutoImport Prêt." #: GuiAutoImport.py:157 -#, fuzzy msgid "Please choose the path that you want to Auto Import" -msgstr "Choisissez le répertoire à auto importer, s'il vous plaît" +msgstr "Choisissez le répertoire à importer, s'il vous plait" #: GuiAutoImport.py:180 msgid " _Auto Import Running " msgstr " _Auto Import En cours " #: GuiAutoImport.py:191 -#, fuzzy msgid " Stop _Auto Import " -msgstr " Arrêt _Autoimport " +msgstr " Arrêt _Autoimport " #: GuiAutoImport.py:242 msgid "" @@ -886,9 +870,8 @@ msgid "" msgstr "" #: GuiAutoImport.py:244 -#, fuzzy msgid " _Stop Auto Import " -msgstr " Arrêt _Autoimport " +msgstr " _Stop Autoimport " #: GuiAutoImport.py:264 msgid "opening pipe to HUD" @@ -901,25 +884,28 @@ msgid "" msgstr "" #: GuiAutoImport.py:290 -#, fuzzy msgid "" "\n" "Auto Import aborted - global lock not available" -msgstr "Import direct abandonné - lock global impossible" +msgstr "" +"\n" +"Import direct abandonné - lock global impossible" #: GuiAutoImport.py:295 -#, fuzzy msgid "" "\n" "Stopping Auto Import - global lock released." -msgstr "Import direct abandonné - lock global impossible" +msgstr "" +"\n" +"Import direct abandonné - lock global impossible" #: GuiAutoImport.py:297 -#, fuzzy msgid "" "\n" " * Stop Auto Import: HUD already terminated" -msgstr " Arrêt _Autoimport " +msgstr "" +"\n" +" * Arrêt Autoimport: HUD already terminated" #: GuiAutoImport.py:325 msgid "Browse..." @@ -940,19 +926,20 @@ msgid "" "GuiBulkImport.load done: Stored: %d \tDuplicates: %d \tPartial: %d \tErrors: " "%d in %s seconds - %.0f/sec" msgstr "" +"GuiBulkImport.load terminé: Sauvé: %d \tDupliqué: %d \tPartiel: %d \tErreurs: " +"%d en %s seconds - %.0f/sec" #: GuiBulkImport.py:127 msgid "Import Complete" msgstr "Import Fini" #: GuiBulkImport.py:135 GuiTourneyImport.py:78 -#, fuzzy msgid "bulk import aborted - global lock not available" -msgstr "Import direct abandonné - lock global impossible" +msgstr "Import direct abandonné - lock global impossible" #: GuiBulkImport.py:163 msgid "Print Start/Stop Info" -msgstr "Afficher Infos de Départ/Arrêt" +msgstr "Afficher Infos de Départ/Arrêt" #: GuiBulkImport.py:170 msgid "Hands/status print:" @@ -964,7 +951,7 @@ msgstr "Nombre de threads" #: GuiBulkImport.py:207 msgid "Archive File" -msgstr "" +msgstr "Archiver fichier" #: GuiBulkImport.py:212 msgid "Hands/file:" @@ -980,11 +967,11 @@ msgstr "auto" #: GuiBulkImport.py:237 GuiBulkImport.py:287 GuiBulkImport.py:395 msgid "don't drop" -msgstr "" +msgstr "non supprimé" #: GuiBulkImport.py:238 GuiBulkImport.py:288 msgid "drop" -msgstr "" +msgstr "suppresssion" #: GuiBulkImport.py:244 msgid "HUD Test mode" @@ -996,11 +983,11 @@ msgstr "Filtre de site:" #: GuiBulkImport.py:277 msgid "Drop HudCache:" -msgstr "" +msgstr "Suppression HudCache" #: GuiBulkImport.py:295 GuiTourneyImport.py:135 fpdb.pyw:814 msgid "_Bulk Import" -msgstr "" +msgstr "_Bulk Importation historiques mains" #: GuiBulkImport.py:297 GuiTourneyImport.py:137 msgid "Import clicked" @@ -1012,20 +999,20 @@ msgstr "Attente..." #: GuiBulkImport.py:344 msgid "Input file in quiet mode" -msgstr "Fichier d'entrée en mode silencieux" +msgstr "Fichier d'entrée en mode silencieux" #: GuiBulkImport.py:346 msgid "don't start gui; deprecated (just give a filename with -f)." -msgstr "" +msgstr "gui non démarré; deprecated (just give a filename with -f)." #: GuiBulkImport.py:348 msgid "Conversion filter (*Full Tilt Poker, PokerStars, Everleaf, Absolute)" -msgstr "" -"Filtre de conversion (*Full Tilt Poker, PokerStars, Everleaf, Absolute)" +msgstr "Filtre de conversion (*Full Tilt Poker, PokerStars, Everleaf, Absolute)" + #: GuiBulkImport.py:350 msgid "If this option is passed it quits when it encounters any error" -msgstr "Si cette option est passée cela quitte quand une erreur est survenue" +msgstr "Si cette option est passée cela quitte quand une erreur est survenue" #: GuiBulkImport.py:352 Options.py:55 msgid "Print some useful one liners" @@ -1040,12 +1027,10 @@ msgstr "" "fourni par le support" #: GuiBulkImport.py:356 -#, fuzzy msgid "" "Do the required conversion for FTP Archive format (ie. as provided by support" msgstr "" -"Fait la conversion requise pour le format d'archive de Pokerstars (ie comme " -"fourni par le support" +"Fait la conversion requise pour le format d'archive de Pokerstars (ie comme fourni par le support" #: GuiBulkImport.py:358 msgid "" @@ -1064,8 +1049,7 @@ msgstr "Convertisseur Pokerstars: ./GuiBulkImport.py -c PokerStars -f filename" msgid "" "Full Tilt converter: ./GuiBulkImport.py -c \"Full Tilt Poker\" -f filename" msgstr "" -"Convertisseur Full Tilt: ./GuiBulkImport.py -c \"Full Tilt Poker\" -f " -"filename" +"Convertisseur Full Tilt: ./GuiBulkImport.py -c \"Full Tilt Poker\" -f filename" #: GuiBulkImport.py:366 msgid "Everleaf converter: ./GuiBulkImport.py -c Everleaf -f filename" @@ -1094,9 +1078,8 @@ msgid "_Add" msgstr "" #: GuiDatabase.py:111 -#, fuzzy msgid "_Refresh" -msgstr "Rafraîchir" +msgstr "_Rafraîchir" #: GuiDatabase.py:115 msgid "Type" @@ -1139,7 +1122,6 @@ msgid "finished." msgstr "fini" #: GuiDatabase.py:293 -#, fuzzy msgid "loadDbs error: " msgstr "erreur loaddbs: " @@ -1153,15 +1135,15 @@ msgstr "erreur sortCols: " #: GuiDatabase.py:361 msgid "testDB: trying to connect to: %s/%s, %s, %s/%s" -msgstr "" +msgstr "testDB: essai de connection de: %s/%s, %s, %s/%s" #: GuiDatabase.py:364 msgid " connected ok" -msgstr "" +msgstr " connecté ok" #: GuiDatabase.py:371 msgid " not connected but no exception" -msgstr "" +msgstr " non connecté but pas d'exception" #: GuiDatabase.py:373 fpdb.pyw:890 msgid "" @@ -1186,7 +1168,6 @@ msgid "PostgreSQL client reports: Unable to connect - " msgstr "" #: GuiDatabase.py:386 fpdb.pyw:898 -#, fuzzy msgid "Please check that the PostgreSQL service has been started" msgstr "Veuillez vérifier que le service de Postgres a bien été démarré" @@ -1195,56 +1176,48 @@ msgid "db connection to %s, %s, %s, %s, %s failed: %s" msgstr "connexion bdd à %s, %s, %s, %s, %s a échoué: %s" #: GuiDatabase.py:404 -#, fuzzy msgid "AddDB starting" -msgstr "fpdb démarre ..." +msgstr "AddDB démarre" #: GuiDatabase.py:413 msgid "Add New Database" msgstr "Ajouter Nouvelle Base De Données" #: GuiDatabase.py:423 -#, fuzzy msgid "DB Type" -msgstr "Type" +msgstr "DB Type" #: GuiDatabase.py:433 -#, fuzzy msgid "DB Name" -msgstr "Nom" +msgstr "DB Nom" #: GuiDatabase.py:441 -#, fuzzy msgid "DB Description" -msgstr "Description" +msgstr "DB Description" #: GuiDatabase.py:462 -#, fuzzy msgid "Host Computer" -msgstr "Import Fini" +msgstr "Ordinateur Hôte" #: GuiDatabase.py:495 -#, fuzzy msgid "start creating new db" -msgstr "Erreur à la création des indices" +msgstr "démarrage création nouvelle db" #: GuiDatabase.py:514 msgid "tested new db, result=%s" msgstr "nouvelle bdd testée, résultat=%s" #: GuiDatabase.py:517 -#, fuzzy msgid "Database created" -msgstr "Statistiques de Base de Données" +msgstr "Base de Données crées" #: GuiDatabase.py:520 -#, fuzzy msgid "Database creation failed" -msgstr " création index a échoué" +msgstr "Base de données création échouée" #: GuiDatabase.py:533 msgid "check_fields: starting" -msgstr "" +msgstr "check_fields: démarré" #: GuiDatabase.py:539 msgid "No Database Name given" @@ -1255,14 +1228,12 @@ msgid "No Database Description given" msgstr "Pas de Description de Base De Données donné" #: GuiDatabase.py:545 -#, fuzzy msgid "No Username given" -msgstr "Username" +msgstr "Aucun Username donné" #: GuiDatabase.py:548 -#, fuzzy msgid "No Password given" -msgstr "Mot de passe" +msgstr "Pas de Mot de passe donné" #: GuiDatabase.py:551 msgid "No Host given" @@ -1312,13 +1283,12 @@ msgid "" msgstr "" #: GuiGraphViewer.py:85 GuiTourneyGraphViewer.py:84 -#, fuzzy msgid "Refresh _Graph" -msgstr "Rafraîchir" +msgstr "Rafraîchir le _Graphique" #: GuiGraphViewer.py:87 GuiTourneyGraphViewer.py:86 msgid "_Export to File" -msgstr "" +msgstr "_Exporter le Graphique" #: GuiGraphViewer.py:135 GuiGraphViewer.py:251 GuiSessionViewer.py:372 #: GuiTourneyGraphViewer.py:134 GuiTourneyGraphViewer.py:232 @@ -1364,30 +1334,27 @@ msgstr "" #: GuiGraphViewer.py:222 msgid "Showdown: $%.2f" -msgstr "Abattage: $%.2f" +msgstr "Avec Abattage: $%.2f" #: GuiGraphViewer.py:223 msgid "Non-showdown: $%.2f" -msgstr "Sans-abattage: $%.2f" +msgstr "Sans abattage: $%.2f" #: GuiGraphViewer.py:234 -#, fuzzy msgid "" "Hands: %d\n" "Profit (%s): %.2f" msgstr "" "Mains: %d\n" -"Profit: $%.2f" +"Profit: (%s): %.2f" #: GuiGraphViewer.py:236 -#, fuzzy msgid "Showdown (%s): %.2f" -msgstr "Abattage: $%.2f" +msgstr "Avec Abattage (%s): %.2f" #: GuiGraphViewer.py:238 -#, fuzzy msgid "Non-showdown (%s): %.2f" -msgstr "Sans-abattage: $%.2f" +msgstr "Sans abattage (%s): %.2f" #: GuiGraphViewer.py:365 GuiTourneyGraphViewer.py:276 msgid "Please choose the directory you wish to export to:" @@ -1410,9 +1377,8 @@ msgid "_Save" msgstr "" #: GuiImapFetcher.py:47 -#, fuzzy msgid "_Import All" -msgstr "Import" +msgstr "_Importer Tout" #: GuiImapFetcher.py:51 msgid "If you change the config you must save before importing" @@ -1443,11 +1409,11 @@ msgstr "" #: GuiImapFetcher.py:110 msgid "Mail Folder" -msgstr "Repertoir de Mail" +msgstr "Repertoire de Mail" #: GuiImapFetcher.py:110 msgid "Mailserver" -msgstr "" +msgstr "Serveur de Mails" #: GuiImapFetcher.py:110 msgid "Site" @@ -1478,7 +1444,6 @@ msgid "DEBUG: activesite set to %s" msgstr "" #: GuiPositionalStats.py:323 -#, fuzzy msgid "Positional Stats page displayed in %4.2f seconds" msgstr "Page de stats affichée en %4.2f secondes" @@ -1500,103 +1465,97 @@ msgstr "Préférences" #: GuiRingPlayerStats.py:44 msgid "Type of Game" -msgstr "" +msgstr "Type de Jeux" #: GuiRingPlayerStats.py:45 msgid "Hole cards" msgstr "" #: GuiRingPlayerStats.py:46 -#, fuzzy msgid "Position" -msgstr "Stats Position" +msgstr "Position" #: GuiRingPlayerStats.py:47 -#, fuzzy msgid "Name of the player" msgstr "Nombre de Joueurs" #: GuiRingPlayerStats.py:48 -#, fuzzy msgid "Number of hands played" -msgstr "Nombre de Mains:" +msgstr "Nombre de Mains jouées" #: GuiRingPlayerStats.py:49 -#, fuzzy msgid "Number of Seats" -msgstr "Nombre de threads" +msgstr "Nombre de sièges" #: GuiRingPlayerStats.py:50 msgid "" "Voluntarily Putting In the pot\n" "(blinds excluded)" msgstr "" +"Volontairement met de l'argent dans le pot\n" +"(blinds exclues)" #: GuiRingPlayerStats.py:51 -#, fuzzy msgid "% Pre Flop Raise" -msgstr "Relance Pré-Flop %" +msgstr "% Relance Pré-Flop" #: GuiRingPlayerStats.py:52 -#, fuzzy msgid "% Pre Flop Re-Raise / 3Bet" -msgstr "Relance Pré-Flop %" +msgstr "% Relance Pré-Flop / 3Bet" #: GuiRingPlayerStats.py:53 -#, fuzzy msgid "% Pre Flop Re-Raise / 4Bet" -msgstr "Relance Pré-Flop %" +msgstr "% Relance Pré-Flop / 4Bet" #: GuiRingPlayerStats.py:54 -#, fuzzy msgid "% Pre Flop Fold To Re-Raise / F3Bet" -msgstr "Relance Pré-Flop %" +msgstr "% Fold Pré-Flop après une relance / F3Bet" #: GuiRingPlayerStats.py:55 -#, fuzzy msgid "% Pre Flop Fold To Re-Raise / F4Bet" -msgstr "Relance Pré-Flop %" +msgstr "% Fold Pré-Flop après une relance / F4Bet" #: GuiRingPlayerStats.py:56 -#, fuzzy msgid "Aggression Factor\n" -msgstr "Stats de Session" +msgstr "facteur d'Agrression\n" #: GuiRingPlayerStats.py:57 msgid "" "Aggression Frequency\n" "Bet or Raise vs Fold" msgstr "" +"Fréquence d'Agression\n" +"Bet ou Raise vs Fold" #: GuiRingPlayerStats.py:58 -#, fuzzy msgid "Continuation Bet post-flop" -msgstr "% mise de continuation flop/4ème" +msgstr "Mise de continuation après le flop" #: GuiRingPlayerStats.py:59 msgid "% Raise First In\\% Raise when first to bet" -msgstr "" +msgstr "% Raise en premier\\% Raise quand premier a miser" #: GuiRingPlayerStats.py:60 msgid "" "% First to raise pre-flop\n" "and steal blinds" msgstr "" +"% raise en premier pre-flop\n" +"et vol les blinds" #: GuiRingPlayerStats.py:61 msgid "% Saw Flop vs hands dealt" -msgstr "" +msgstr "% voir le Flop vs mains trouvées" #: GuiRingPlayerStats.py:62 msgid "Saw Show Down / River" -msgstr "" +msgstr "Voir Show Down / River" #: GuiRingPlayerStats.py:63 msgid "Went To Show Down When Saw Flop" -msgstr "" +msgstr "Va au Show Down Quand Flop Vu" #: GuiRingPlayerStats.py:64 -#, fuzzy msgid "% Won some money at showdown" msgstr "% argent gagné à l'abattage" @@ -1605,18 +1564,24 @@ msgid "" "Flop Aggression\n" "% Bet or Raise after seeing Flop" msgstr "" +"Aggression au flop\n" +"% Bet or Raise après avoir vu le Flop" #: GuiRingPlayerStats.py:66 msgid "" "Turn Aggression\n" "% Bet or Raise after seeing Turn" msgstr "" +"Turn Aggression\n" +"% Bet ou Raise après avoir vu la Turn" #: GuiRingPlayerStats.py:67 msgid "" "River Aggression\n" "% Bet or Raise after seeing River" msgstr "" +"River Aggression\n" +"% Bet ou Raise après avoir vu la River" #: GuiRingPlayerStats.py:68 msgid "" @@ -1626,17 +1591,19 @@ msgstr "" #: GuiRingPlayerStats.py:69 msgid "Amount won" -msgstr "" +msgstr "Somme gagnée" #: GuiRingPlayerStats.py:70 msgid "" "Number of Big Blinds won\n" "or lost per 100 hands" msgstr "" +"Nombre de Big Blinds gagnées\n" +"ou perdues pour 100 mains" #: GuiRingPlayerStats.py:71 msgid "Amount of rake paid" -msgstr "" +msgstr "Somme de rake paid" #: GuiRingPlayerStats.py:72 msgid "" @@ -1644,12 +1611,21 @@ msgid "" "or lost per 100 hands\n" "when excluding rake" msgstr "" +"Nombre de Big Blinds gagnées\n" +"ou perdues pour 100 mains\n" +"quand rake exclus" #: GuiRingPlayerStats.py:73 msgid "" "Measure of uncertainty\n" "The lower, the more stable the amounts won" msgstr "" +"Mesure d'incertitude\n" +"Le Plus bas, le plus stable des sommes gagnées" + +#: GuiRingPlayerStats.py:143 +msgid "_Filters" +msgstr "_Filtres statistiques" #: GuiRingPlayerStats.py:341 GuiSessionViewer.py:257 #: GuiTourneyPlayerStats.py:243 @@ -1669,9 +1645,8 @@ msgid "Detailed Filters" msgstr "Filtres Détaillés" #: GuiRingPlayerStats.py:724 -#, fuzzy msgid "Hand Filters:" -msgstr "et autres" +msgstr "Filtres sur les mains:" #: GuiRingPlayerStats.py:737 msgid "between" @@ -1691,7 +1666,7 @@ msgstr "ErreurImport: %s" #: GuiSessionViewer.py:81 msgid "Hand Breakdown for all levels listed above" -msgstr "" +msgstr "Répartition des mains pour tous les niveaux ci-dessus" #: GuiSessionViewer.py:158 msgid "Session Viewer is proof of concept code only, and contains many bugs.\n" @@ -1745,26 +1720,23 @@ msgstr "" #: GuiStove.py:66 msgid "Thank you" -msgstr "" +msgstr "Merci" #: GuiTourneyGraphViewer.py:178 -#, fuzzy msgid "Tournaments" -msgstr "Tournoi" +msgstr "Tournois" #: GuiTourneyGraphViewer.py:205 GuiTourneyGraphViewer.py:218 -#, fuzzy msgid "" "Tournaments: %d\n" "Profit: $%.2f" msgstr "" -"Mains: %d\n" +"Tournois: %d\n" "Profit: $%.2f" #: GuiTourneyGraphViewer.py:215 -#, fuzzy msgid "Tournament Results" -msgstr "Tournoi" +msgstr "Tournoi Résultats" #: GuiTourneyImport.py:72 GuiTourneyImport.py:290 msgid "" @@ -1804,21 +1776,20 @@ msgid "Need a filename to import" msgstr "" #: GuiTourneyPlayerStats.py:75 -#, fuzzy msgid "_Refresh Stats" -msgstr "Rafraîchir" +msgstr "_Rafraîchir statistiques" #: GuiTourneyViewer.py:40 msgid "Enter the tourney number you want to display:" msgstr "Entrer le numéro de tournoi que vous voulez afficher:" #: GuiTourneyViewer.py:46 -#, fuzzy msgid "_Display" -msgstr "Affiche _Player" +msgstr "" #: GuiTourneyViewer.py:53 -msgid "Display _Player" +#, fuzzy +msgid "_Display" msgstr "Affiche _Player" #: GuiTourneyViewer.py:68 @@ -1850,36 +1821,30 @@ msgid "Table \"%s\" no longer exists\n" msgstr "Table \"%s\" n'existe plus\n" #: HUD_main.pyw:314 -#, fuzzy msgid "Error resizing HUD for table: %s." -msgstr "***Erreur lors de la création des tables: " +msgstr "Erreur redimension HUD des tables: %s." #: HUD_main.pyw:328 msgid "Error killing HUD for table: %s." -msgstr "" +msgstr "Erreur HUD des tables terminé: %s." #: HUD_main.pyw:351 -#, fuzzy msgid "Error creating HUD for hand %s." -msgstr "Erreur à la création des indices" +msgstr "Erreur création HUD pour les mains %s." #: HUD_main.pyw:362 msgid "Error updating HUD for hand %s." -msgstr "" +msgstr "Erreur mise a jour HUD pour les mains %s." #: HUD_run_me.py:45 -#, fuzzy msgid "HUD_main starting\n" -msgstr "" -"\n" -"HUD_main: démarrage ..." +msgstr "HUD_main: démarrage\n" #: HUD_run_me.py:51 TournamentTracker.py:306 msgid "Using db name = %s\n" -msgstr "" +msgstr "Utilisation db nom = %s\n" #: HUD_run_me.py:62 -#, fuzzy msgid "Closing this window will exit from the HUD." msgstr "Fermer cette fenêtre provoquera l'arrêt du Tracker de Tournoi" @@ -1929,25 +1894,23 @@ msgstr "MIXTE" #: Hand.py:156 msgid "LASTBET" -msgstr "" +msgstr "BETSUIVANT" #: Hand.py:157 -#, fuzzy msgid "ACTION STREETS" -msgstr "TOURS" +msgstr "ACTION TOURS" #: Hand.py:158 msgid "STREETS" msgstr "TOURS" #: Hand.py:159 -#, fuzzy msgid "ALL STREETS" -msgstr "TOURS" +msgstr "TOUT LES TOURS" #: Hand.py:160 msgid "COMMUNITY STREETS" -msgstr "" +msgstr "TOURS COMMUN" #: Hand.py:161 #, fuzzy @@ -1955,9 +1918,8 @@ msgid "HOLE STREETS" msgstr "TOURS" #: Hand.py:162 -#, fuzzy msgid "COUNTED SEATS" -msgstr "NOMBRE DE RECAVES" +msgstr "NOMBRE DE SIEGES" #: Hand.py:163 msgid "DEALT" @@ -1976,9 +1938,8 @@ msgid "TOTAL POT" msgstr "POT TOTAL" #: Hand.py:167 -#, fuzzy msgid "TOTAL COLLECTED" -msgstr "POT TOTAL" +msgstr "TOTAL COLLECTER" #: Hand.py:168 msgid "RAKE" @@ -1989,33 +1950,28 @@ msgid "START TIME" msgstr "HEURE DEPART" #: Hand.py:170 -#, fuzzy msgid "TOURNAMENT NO" msgstr "NUM TOURNOI" #: Hand.py:171 TourneySummary.py:137 -#, fuzzy msgid "TOURNEY ID" -msgstr "NUM TOURNOI" +msgstr "ID TOURNOI" #: Hand.py:172 TourneySummary.py:136 -#, fuzzy msgid "TOURNEY TYPE ID" -msgstr "IDS JOUEUR TOURNOIS" +msgstr "ID TYPE DE TOURNOIS" #: Hand.py:173 TourneySummary.py:138 msgid "BUYIN" msgstr "" #: Hand.py:174 -#, fuzzy msgid "BUYIN CURRENCY" msgstr "DEVISE" #: Hand.py:175 -#, fuzzy msgid "BUYIN CHIPS" -msgstr "RECAVE JETONS" +msgstr "BUYIN JETONS" #: Hand.py:176 TourneySummary.py:139 msgid "FEE" @@ -2091,7 +2047,7 @@ msgstr "TABLEAU" #: Hand.py:196 msgid "DISCARDS" -msgstr "" +msgstr "JETER" #: Hand.py:197 msgid "HOLECARDS" @@ -2169,7 +2125,6 @@ msgid "HoldemOmahaHand.__init__:Neither HHC nor DB+handid provided" msgstr "" #: Hand.py:1244 -#, fuzzy msgid "*** DEALING HANDS ***" msgstr "*** SECOND TIRAGE ***" @@ -2207,19 +2162,19 @@ msgstr "" #: Hand.py:1445 msgid "*** 3RD STREET ***" -msgstr "*** 3EME RUE ***" +msgstr "*** 3EME TOURS ***" #: Hand.py:1459 msgid "*** 4TH STREET ***" -msgstr "*** 4EME RUE ***" +msgstr "*** 4EME TOURS ***" #: Hand.py:1471 msgid "*** 5TH STREET ***" -msgstr "*** 5EME RUE ***" +msgstr "*** 5EME TOURS ***" #: Hand.py:1483 msgid "*** 6TH STREET ***" -msgstr "*** 6EME RUE ***" +msgstr "*** 6EME TOURS ***" #: Hand.py:1493 msgid "*** RIVER ***" @@ -2278,11 +2233,8 @@ msgid "HHC.start(): processHand failed: Exception msg: '%s'" msgstr "" #: HandHistoryConverter.py:170 -#, fuzzy msgid "Read %d hands (%d failed) in %.3f seconds" -msgstr "" -"base de données finie d'écrire: stocké %d mains (%d échouées) en %.1f " -"secondes" +msgstr "%d de mains lues (%d erreur) en %.3f seconds" #: HandHistoryConverter.py:176 msgid "Summary file '%s' correctly parsed (took %.3f seconds)" @@ -2293,9 +2245,8 @@ msgid "Error converting summary file '%s' (took %.3f seconds)" msgstr "" #: HandHistoryConverter.py:181 -#, fuzzy msgid "Error converting '%s'" -msgstr "Conversion" +msgstr "Erreur Conversion '%s'" #: HandHistoryConverter.py:212 msgid "%s changed inode numbers from %d to %d" @@ -2397,14 +2348,12 @@ msgid "Save HUD Layout" msgstr "Sauvegarder Composition HUD" #: Hud.py:157 -#, fuzzy msgid "Reposition StatWindows" -msgstr "Stats Position" +msgstr "Repositionner la fenêtre des stats" #: Hud.py:161 -#, fuzzy msgid "Show Player Stats" -msgstr "Stats Joueur Cash-Game" +msgstr "Voir Stats Joueur" #: Hud.py:166 Hud.py:235 msgid "For This Blind Level Only" @@ -2427,13 +2376,12 @@ msgid " 0.1 to 10 x Current Blinds" msgstr "" #: Hud.py:189 Hud.py:258 -#, fuzzy msgid " All Levels" -msgstr " Toujours" +msgstr " tous les niveaux" #: Hud.py:194 Hud.py:263 msgid "For #Seats:" -msgstr "Pour Siège#:" +msgstr "Pour #Sièges:" #: Hud.py:197 Hud.py:266 msgid " Any Number" @@ -2453,7 +2401,7 @@ msgstr "Depuis:" #: Hud.py:215 Hud.py:284 msgid " All Time" -msgstr " Toujours" +msgstr " Depuis Toujours" #: Hud.py:220 Hud.py:289 #, fuzzy @@ -2465,14 +2413,12 @@ msgid " %s Days" msgstr " %s Jours" #: Hud.py:230 -#, fuzzy msgid "Show Opponent Stats" -msgstr "Montrer les stats de position" +msgstr "Montrer les stats des adversaires" #: Hud.py:352 -#, fuzzy msgid "Debug StatWindows" -msgstr "Stats Position" +msgstr "Debug fenêtres des stats" #: Hud.py:356 msgid "Set max seats" @@ -2498,9 +2444,8 @@ msgid "error is %s" msgstr "l'erreur est %s" #: Hud.py:608 -#, fuzzy msgid "Error finding actual seat.\n" -msgstr "Erreur lors de l'analyse" +msgstr "Erreur lors de l'analyse.\n" #: Hud.py:624 msgid "Creating hud from hand " @@ -2571,9 +2516,8 @@ msgid "Overrides the default database name" msgstr "" #: Options.py:37 -#, fuzzy msgid "Specifies a configuration file." -msgstr "Lecture du fichier de configuration %s" +msgstr "" #: Options.py:40 msgid "" @@ -2585,9 +2529,8 @@ msgid "Module name for Hand History Converter" msgstr "" #: Options.py:46 -#, fuzzy msgid "A sitename" -msgstr "Username" +msgstr "" #: Options.py:50 #, fuzzy @@ -2597,7 +2540,7 @@ msgstr "Erreur lors de l'analyse" #: Options.py:53 #, fuzzy msgid "Print version information and exit." -msgstr "Information de Version:" +msgstr "Information de Version" #: Options.py:58 msgid "Input file" @@ -2610,7 +2553,7 @@ msgstr "" #: Options.py:62 #, fuzzy msgid "Input out path in quiet mode" -msgstr "Fichier d'entrée en mode silencieux" +msgstr "Fichier d'entrée en mode silencieux" #: Options.py:64 msgid "File to be split is a PokerStars or Full Tilt Poker archive file" @@ -2629,9 +2572,8 @@ msgid "Y location to open Window" msgstr "" #: Options.py:72 -#, fuzzy msgid "Auto-start Auto-import" -msgstr " Démarrage _Autoimport " +msgstr "Démarrage automatique Autoimport" #: Options.py:74 msgid "Start Minimized" @@ -2670,13 +2612,12 @@ msgid "Cannot read GameType for current hand" msgstr "Impossible de lire le GameType pour cette main" #: PartyPokerToFpdb.py:531 -#, fuzzy msgid "Unimplemented readAction: '%s' '%s'" -msgstr "DEBUG: readAction non implementé: '%s' '%s'" +msgstr "ReadAction non implementé: '%s' '%s'" #: SplitHandHistory.py:76 msgid "File not found" -msgstr "" +msgstr "Fichier non trouvé" #: SplitHandHistory.py:126 msgid "Unexpected error processing file" @@ -2692,7 +2633,7 @@ msgstr "Profit Total" #: Stats.py:149 Stats.py:156 msgid "Voluntarily Put In Pot Pre-Flop%" -msgstr "" +msgstr "Voluntairement entre dans le Pot Pre-Flop%" #: Stats.py:169 Stats.py:177 msgid "Pre-Flop Raise %" @@ -2700,7 +2641,7 @@ msgstr "Relance Pré-Flop %" #: Stats.py:190 Stats.py:198 msgid "% went to showdown" -msgstr "* est allé à l'abattage" +msgstr "% est allé à l'abattage" #: Stats.py:211 Stats.py:219 msgid "% won money at showdown" @@ -2731,9 +2672,8 @@ msgid "Flop Seen %" msgstr "Flop vus %" #: Stats.py:333 Stats.py:342 -#, fuzzy msgid "number hands seen" -msgstr "Nombre de Mains:" +msgstr "nombre de mains vues" #: Stats.py:355 Stats.py:363 msgid "folded flop/4th" @@ -2745,7 +2685,7 @@ msgstr "% vols tentés" #: Stats.py:391 msgid "% success steal" -msgstr "" +msgstr "% vol réussi" #: Stats.py:406 Stats.py:413 msgid "% folded SB to steal" @@ -2760,43 +2700,36 @@ msgid "% folded blind to steal" msgstr "% couché blind sur vol" #: Stats.py:466 Stats.py:473 -#, fuzzy msgid "% 3 Bet preflop/3rd" -msgstr "% 3/4 Bet pré-flop/3ème" +msgstr "% 3 Bet pré-flop/3ème" #: Stats.py:485 Stats.py:492 -#, fuzzy msgid "% 4 Bet preflop/4rd" -msgstr "% 3/4 Bet pré-flop/3ème" +msgstr "% 4 Bet pré-flop/3ème" #: Stats.py:504 Stats.py:511 -#, fuzzy msgid "% Cold 4 Bet preflop/4rd" -msgstr "% 3/4 Bet pré-flop/3ème" +msgstr "% suit 4 Bet pré-flop/4ème" #: Stats.py:523 Stats.py:530 msgid "% Squeeze preflop" msgstr "" #: Stats.py:543 Stats.py:550 -#, fuzzy msgid "% Raise to Steal" -msgstr "% couché SB sur vol" +msgstr "% Raise sur vol" #: Stats.py:563 Stats.py:570 -#, fuzzy msgid "% Fold to 3 Bet preflop" -msgstr "% 3/4 Bet pré-flop/3ème" +msgstr "% Fold sur 3 Bet pré-flop" #: Stats.py:582 Stats.py:589 -#, fuzzy msgid "% Fold to 4 Bet preflop" -msgstr "% 3/4 Bet pré-flop/3ème" +msgstr "% Fold sur 4 Bet pré-flop" #: Stats.py:603 Stats.py:610 -#, fuzzy msgid "% won$/saw flop/4th" -msgstr "% mise de continuation flop/4ème" +msgstr "% gagnant$/flop vu/4ème" #: Stats.py:622 Stats.py:629 msgid "Aggression Freq flop/4th" @@ -2823,9 +2756,8 @@ msgid "Aggression Freq" msgstr "Freq Agression" #: Stats.py:759 Stats.py:766 -#, fuzzy msgid "Aggression Factor" -msgstr "Stats de Session" +msgstr "Facteur d'Agression" #: Stats.py:783 Stats.py:790 msgid "% continuation bet " @@ -2885,9 +2817,8 @@ msgid "No board given. Using Monte-Carlo simulation..." msgstr "" #: TableWindow.py:145 -#, fuzzy msgid "Can't find table %s" -msgstr "Impossible de trouver le fichier %s" +msgstr "Impossible de trouver table %s" #: Tables_Demo.py:61 #, fuzzy @@ -2909,18 +2840,16 @@ msgid "tournament edit window=" msgstr "" #: TournamentTracker.py:103 -#, fuzzy msgid "FPDB Tournament Entry" -msgstr "FPDB Tournament Tracker" +msgstr "FPDB Tournoi Tracker" #: TournamentTracker.py:143 msgid "Closing this window will stop the Tournament Tracker" msgstr "Fermer cette fenêtre provoquera l'arrêt du Tracker de Tournoi" #: TournamentTracker.py:145 -#, fuzzy msgid "Enter Tournament" -msgstr "Tournoi" +msgstr "Entrer le Tournoi" #: TournamentTracker.py:150 msgid "FPDB Tournament Tracker" @@ -3081,9 +3010,8 @@ msgid "ADDED" msgstr "AJOUTE" #: TourneySummary.py:170 -#, fuzzy msgid "ADDED CURRENCY" -msgstr "DEVISE" +msgstr "AJOUTE DEVISE" #: TourneySummary.py:171 msgid "COMMENT" @@ -3094,12 +3022,10 @@ msgid "COMMENT TIMESTAMP" msgstr "" #: TourneySummary.py:175 -#, fuzzy msgid "PLAYER IDS" -msgstr "JOUEURS" +msgstr "IDS JOUEURS" #: TourneySummary.py:177 -#, fuzzy msgid "TOURNEYS PLAYERS IDS" msgstr "IDS JOUEUR TOURNOIS" @@ -3195,7 +3121,7 @@ msgstr "" #: fpdb.pyw:244 msgid "" -"Copyright 2008-2011, Steffen, Eratosthenes, Carl Gherardi, Eric Blade, _mt, " +"Copyright 2008-2010, Steffen, Eratosthenes, Carl Gherardi, Eric Blade, _mt, " "sqlcoder, Bostik, and others" msgstr "" @@ -3254,6 +3180,8 @@ msgid "" "Cannot open Database Maintenance window because other windows have been " "opened. Re-start fpdb to use this option." msgstr "" +"Impossible d'ouvrir la fenêtre de Maintenance BDD parce que d'autres fenêtres" +"ont été ouvertes. Re-démarrer Fpdb pour utiliser cette option." #: fpdb.pyw:347 msgid "Number of Hands: " @@ -3287,24 +3215,27 @@ msgstr "Configurateur HUD - choisissez une catégorie" msgid "" "Please select the game category for which you want to configure HUD stats:" msgstr "" +"Choisissez la catégorie de jeu pour laquelle vous voulez configurer les stats HUD :" #: fpdb.pyw:417 msgid "HUD Configurator - please choose your stats" -msgstr "" +msgstr "HUD Configuration - Choisissez vos stats" #: fpdb.pyw:423 msgid "Please choose the stats you wish to use in the below table." -msgstr "" +msgstr "Choisissez les stats que vous voulez utiliser sur la table." #: fpdb.pyw:427 msgid "Note that you may not select any stat more than once or it will crash." -msgstr "" +msgstr "Notez que vous ne pouvez pas choisir une même stat plusieurs fois sinon il buggera." #: fpdb.pyw:431 msgid "" "It is not currently possible to select \"empty\" or anything else to that " "end." msgstr "" +"Il n'est pas actuellement possible de choisir \"empty\" ou autre chose à cette" +"fin." #: fpdb.pyw:435 msgid "" @@ -3314,25 +3245,23 @@ msgstr "" #: fpdb.pyw:542 msgid "Confirm deleting and recreating tables" -msgstr "" +msgstr "Confirmer effacement et recréation tables" #: fpdb.pyw:543 -#, fuzzy msgid "Please confirm that you want to (re-)create the tables." -msgstr "Veuillez confirmer que vous voulez recrééer le cache HUD." +msgstr "Veuillez confirmer que vous voulez recréer les tables" #: fpdb.pyw:544 msgid "" " If there already are tables in the database %s on %s they will be deleted " "and you will have to re-import your histories.\n" msgstr "" +" S'il y a déjà des tables dans la base de données %s dans %s, elles seront effacées " +"Et vous devrez re-importer vos historiques.\n" #: fpdb.pyw:545 -#, fuzzy msgid "This may take a while." -msgstr "" -" ils seront supprimés.\n" -"Cela peut prendre du temps." +msgstr " Ceci peut prendre un moment." #: fpdb.pyw:570 msgid "User cancelled recreating tables" @@ -3340,15 +3269,15 @@ msgstr "L'utilisateur a annulé la reconstruction des tables" #: fpdb.pyw:577 msgid "Please confirm that you want to re-create the HUD cache." -msgstr "Veuillez confirmer que vous voulez recrééer le cache HUD." +msgstr "Veuillez confirmer que vous voulez recréer le cache HUD." #: fpdb.pyw:585 msgid " Hero's cache starts: " -msgstr "" +msgstr "Hero's cache démarré: " #: fpdb.pyw:599 msgid " Villains' cache starts: " -msgstr "" +msgstr "Villains' cache démarré: " #: fpdb.pyw:612 msgid " Rebuilding HUD Cache ... " @@ -3360,7 +3289,7 @@ msgstr "L'utilisateur a annulé la reconstruction du cache hud" #: fpdb.pyw:632 msgid "Confirm rebuilding database indexes" -msgstr "" +msgstr "Veuillez confirmer la recréation des index de la base de données" #: fpdb.pyw:633 msgid "Please confirm that you want to rebuild the database indexes." @@ -3386,14 +3315,15 @@ msgstr "L'utilisateur a annulé la reconstruction des indices de BDD" msgid "" "Unimplemented: Save Profile (try saving a HUD layout, that should do it)" msgstr "" +"Non mis en oeuvre : Sauvegarde Profil (essayez de sauvegarder la disposition HUD)" #: fpdb.pyw:808 msgid "_Main" -msgstr "" +msgstr "_Maintenance" #: fpdb.pyw:809 fpdb.pyw:840 msgid "_Quit" -msgstr "" +msgstr "_Quitter" #: fpdb.pyw:810 msgid "L" @@ -3401,7 +3331,7 @@ msgstr "" #: fpdb.pyw:810 msgid "_Load Profile (broken)" -msgstr "" +msgstr "Recharger Profi_Le (cassé)" #: fpdb.pyw:811 msgid "S" @@ -3409,7 +3339,7 @@ msgstr "" #: fpdb.pyw:811 msgid "_Save Profile (todo)" -msgstr "" +msgstr "_Sauvegarder Profile" #: fpdb.pyw:812 msgid "F" @@ -3417,11 +3347,11 @@ msgstr "" #: fpdb.pyw:812 msgid "Pre_ferences" -msgstr "" +msgstr "Pré_férences fpdb" #: fpdb.pyw:813 msgid "_Import" -msgstr "" +msgstr "_Importation" #: fpdb.pyw:814 msgid "B" @@ -3433,7 +3363,7 @@ msgstr "" #: fpdb.pyw:815 msgid "Tournament _Results Import" -msgstr "" +msgstr "Importer _Résultats Tournois" #: fpdb.pyw:816 msgid "I" @@ -3441,11 +3371,11 @@ msgstr "" #: fpdb.pyw:816 msgid "_Import through eMail/IMAP" -msgstr "" +msgstr "_Importer par eMail/IMAP" #: fpdb.pyw:817 msgid "_Viewers" -msgstr "" +msgstr "_Visualisation" #: fpdb.pyw:818 msgid "A" @@ -3453,7 +3383,7 @@ msgstr "" #: fpdb.pyw:818 msgid "_Auto Import and HUD" -msgstr "" +msgstr "_Auto Import et lancement HUD" #: fpdb.pyw:819 msgid "H" @@ -3461,7 +3391,7 @@ msgstr "" #: fpdb.pyw:819 msgid "_HUD Configurator" -msgstr "" +msgstr "_HUD Configuration" #: fpdb.pyw:820 msgid "G" @@ -3469,16 +3399,15 @@ msgstr "" #: fpdb.pyw:820 msgid "_Graphs" -msgstr "" +msgstr "_Graphiques joueur cash game" #: fpdb.pyw:821 fpdb.pyw:1096 -#, fuzzy msgid "Tourney Graphs" -msgstr "Type de Tournoi" +msgstr "Graphiques joueur Tournois" #: fpdb.pyw:822 msgid "Stove (preview)" -msgstr "" +msgstr "Evaluateur d'équité (en developpement)" #: fpdb.pyw:823 msgid "P" @@ -3486,7 +3415,7 @@ msgstr "" #: fpdb.pyw:823 msgid "Ring _Player Stats (tabulated view, not on pgsql)" -msgstr "" +msgstr "Stats _Player cash-game (tabulated view, not on pgsql)" #: fpdb.pyw:824 msgid "T" @@ -3494,11 +3423,11 @@ msgstr "" #: fpdb.pyw:824 msgid "_Tourney Stats (tabulated view, not on pgsql)" -msgstr "" +msgstr "Stats Player _Tournoi (tabulated view, not on pgsql)" #: fpdb.pyw:825 msgid "Tourney _Viewer" -msgstr "" +msgstr "_Visualiser Tournois" #: fpdb.pyw:826 msgid "O" @@ -3506,7 +3435,7 @@ msgstr "" #: fpdb.pyw:826 msgid "P_ositional Stats (tabulated view, not on sqlite)" -msgstr "" +msgstr "Stats de p_Osition (tabulated view, not on sqlite)" #: fpdb.pyw:827 fpdb.pyw:1055 msgid "Session Stats" @@ -3514,19 +3443,19 @@ msgstr "Stats de Session" #: fpdb.pyw:828 msgid "Hand _Replayer (not working yet)" -msgstr "" +msgstr "_Rejoueur de mains (non fonctionnel)" #: fpdb.pyw:829 msgid "_Database" -msgstr "" +msgstr "Base de _Données" #: fpdb.pyw:830 msgid "_Maintain Databases" -msgstr "" +msgstr "_Maintenance Base de Données" #: fpdb.pyw:831 msgid "Create or Recreate _Tables" -msgstr "" +msgstr "Création ou re-création _Tables" #: fpdb.pyw:832 msgid "Rebuild HUD Cache" @@ -3538,11 +3467,11 @@ msgstr "Reconstruction Indices BDD" #: fpdb.pyw:834 msgid "_Statistics" -msgstr "" +msgstr "_Statistiques base de données" #: fpdb.pyw:835 msgid "Dump Database to Textfile (takes ALOT of time)" -msgstr "" +msgstr "Exporter la base de données dans un fichier texte" #: fpdb.pyw:836 msgid "_Help" @@ -3550,7 +3479,7 @@ msgstr "" #: fpdb.pyw:837 msgid "_Log Messages" -msgstr "" +msgstr "Messages de _Log" #: fpdb.pyw:838 msgid "A_bout, License, Copying" @@ -3569,12 +3498,11 @@ msgstr "" #: fpdb.pyw:858 msgid "CONFIG FILE ERROR" -msgstr "" +msgstr "FICHIER DE CONFIG ERREUR" #: fpdb.pyw:862 -#, fuzzy msgid "Logfile is %s\n" -msgstr "Fichier de log est" +msgstr "Fichier de log est %s\n" #: fpdb.pyw:864 msgid "Config file" @@ -3595,13 +3523,12 @@ msgid "" msgstr "" #: fpdb.pyw:888 -#, fuzzy msgid "Connected to SQLite: %s" -msgstr "Connecté à SQLite: %(database)s" +msgstr "Connecté à SQLite: %s" #: fpdb.pyw:922 msgid "Strong Warning - Invalid database version" -msgstr "" +msgstr "Attention - version de base de données invalide" #: fpdb.pyw:924 msgid "An invalid DB version or missing tables have been detected." @@ -3653,9 +3580,8 @@ msgid "Bulk Import" msgstr "Import Fichiers" #: fpdb.pyw:1018 -#, fuzzy msgid "Tournament Results Import" -msgstr "Tournoi" +msgstr "Import résultats Tournoi" #: fpdb.pyw:1024 msgid "eMail Import" @@ -3666,7 +3592,6 @@ msgid "Ring Player Stats" msgstr "Stats Joueur Cash-Game" #: fpdb.pyw:1037 -#, fuzzy msgid "Tourney Stats" msgstr "Stats Joueur Tournoi" @@ -3681,7 +3606,7 @@ msgstr "Stats Position" #: fpdb.pyw:1061 #, fuzzy msgid "Hand Replayer" -msgstr "Filtres Mains:" +msgstr "Rejoueur de Mains:" #: fpdb.pyw:1065 msgid "" @@ -3712,6 +3637,32 @@ msgid "" "You can find the full license texts in agpl-3.0.txt, gpl-2.0.txt, gpl-3.0." "txt and mit.txt in the fpdb installation directory." msgstr "" +"Fpdb à besoin de traducteurs!\n" +"Si vous parlez une autre langue et que vous avez 5 minutes ou plus à nous consacrer, " +"contactez moi par email steffen@schaumburger.info\n" +"\n" +"Bienvenue avec Fpdb!\n" +"Pour être informé des nouvelles versions et mises à jours, https://lists.sourceforge." +"net/lists/listinfo/fpdb-announce et inscrivez vous.\n" +"Si vous voulez suivre le développement plus étroitement, https://lists." +"sourceforge.net/lists/listinfo/fpdb-main et inscrivez vous.\n" +"\n" +"Ce programme est actuellement dans un état alpha, donc notre format de base de données est " +"parfois changé.\n" +"Vous devriez donc toujours garder vos fichiers d'historiques de vos mains car vous devrez ré-" +"importer après une mise à jour, le cas échéant.\n" +"\n" +"Pour la documentation visitez s'il vous plaît le wiki sur le site web suivant http://fpdb.sourceforge." +"net/.\n" +"Si vous avez besoin d'aide cliquez sur Contact - ou bien trouvez de l aide sur le site web.\n" +"Notez s'il vous plaît que default.conf n'est plus nécessaire, ni utilisé. " +"La configuration est maintenant dans HUD_config.xml.\n" +"\n" +"Ce programme est free/libre open source sous license partielle avec " +"AGPL3, et partielle avec GPL2 ou supérieure.\n" +"Le paquet d'installation sous windows inclus le code autorisé conformément à la licence de MIT.\n" +"Vous pouvez trouver les textes de licence complets dans agpl-3.0.txt, gpl-2.0.txt, gpl-3.0." +"txt et mit.txt dans le répertoire d'installation de fpdb." #: fpdb.pyw:1082 msgid "Help" @@ -3820,9 +3771,8 @@ msgid "sending finish message queue length =" msgstr "" #: fpdb_import.py:444 fpdb_import.py:446 -#, fuzzy msgid "Converting %s" -msgstr "Conversion" +msgstr "Conversion %s" #: fpdb_import.py:492 msgid "Hand processed but empty" @@ -3861,9 +3811,8 @@ msgid "Hand logged to hand-errors.txt" msgstr "" #: fpdb_import.py:595 -#, fuzzy msgid "Importing" -msgstr "Import en cours..." +msgstr "Import en cours" #: fpdb_import.py:623 msgid "CLI for importing hands is GuiBulkImport.py" @@ -3924,16 +3873,16 @@ msgstr "" #~ msgstr "Impossible de lire le HID pour cette main" #~ msgid "creating mysql index " -#~ msgstr "création index mysql" +#~ msgstr "création index mysql" #~ msgid " create index failed: " -#~ msgstr " création index a échoué" +#~ msgstr " création index a èchoué" #~ msgid " create index failed: " -#~ msgstr " création de l'index a échoué: " +#~ msgstr " création de l'index a èchoué: " -#~ msgid "Profit graph for ring games" -#~ msgstr "Graph de profit pour le cash-game" +msgid "Profit graph for ring games" +msgstr "Graph de profit pour le cash-game" #~ msgid "GameInfo regex did not match" #~ msgstr "GameInfo regex ne correspond pas" @@ -3947,5 +3896,5 @@ msgstr "" #~ msgid "Default" #~ msgstr "Défaut" -#~ msgid "Fatal Error - Config File Missing" -#~ msgstr "Erreur Fatale - Fichier de Configuration Manquant" +msgid "Fatal Error - Config File Missing" +msgstr "Erreur Fatale - Fichier de Configuration Manquant" diff --git a/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo b/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo index e75ed7d5..b09945ea 100644 Binary files a/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo and b/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo differ diff --git a/pyfpdb/regression-test-files/summaries/winamax/20110305_Freeroll 150€(5142226)_real_holdem_no-limit_summary.txt b/pyfpdb/regression-test-files/summaries/winamax/20110305_Freeroll 150€(5142226)_real_holdem_no-limit_summary.txt new file mode 100644 index 00000000..ce8b6adb --- /dev/null +++ b/pyfpdb/regression-test-files/summaries/winamax/20110305_Freeroll 150€(5142226)_real_holdem_no-limit_summary.txt @@ -0,0 +1,9 @@ +Winamax Poker - Tournament summary : Freeroll 150€(5142226) +Buy-In : 0€ + 0€ +Registered players : 5000 +Prizepool : 150€ +Tournament started 2011/03/05 18:30:05 UTC +You played 13min 52s +You finished in 3497th place + + diff --git a/pyfpdb/regression-test-files/tour/Winamax/Flop/20110305_Freeroll 150€(5142226)_real_holdem_no-limit.txt b/pyfpdb/regression-test-files/tour/Winamax/Flop/20110305_Freeroll 150€(5142226)_real_holdem_no-limit.txt new file mode 100644 index 00000000..1de68207 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/Winamax/Flop/20110305_Freeroll 150€(5142226)_real_holdem_no-limit.txt @@ -0,0 +1,599 @@ +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 0 - HandId: #22085692498641681-1-1299346216 - Holdem no limit (10/20) - 2011/03/05 18:30:16 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #3 is the button +Seat 1: besancon2500 (3000) +Seat 2: KeanZ (3000) +Seat 3: Djuzaam (3000) +Seat 4: MANU1963 (3000) +Seat 5: MALBAKONE (3000) +Seat 6: fashion13 (3000) +*** ANTE/BLINDS *** +MANU1963 posts small blind 10 +MALBAKONE posts big blind 20 +Dealt to besancon2500 [8c 3h] +*** PRE-FLOP *** +fashion13 folds +besancon2500 folds +KeanZ folds +Djuzaam raises 2980 to 3000 and is all-in +MANU1963 calls 2990 and is all-in +MALBAKONE folds +*** FLOP *** [Qd 6d 5s] +*** TURN *** [Qd 6d 5s][5h] +*** RIVER *** [Qd 6d 5s 5h][Ac] +*** SHOW DOWN *** +MANU1963 shows [Kh 8h] (One pair : 5) +Djuzaam shows [3s 3d] (Two pairs : 5 and 3) +Djuzaam collected 6020 from pot +*** SUMMARY *** +Total pot 6.02k | No rake +Board: [Qd 6d 5s 5h Ac] +Seat 1: besancon2500 folded on the pre-flop +Seat 2: KeanZ folded on the pre-flop +Seat 3: Djuzaam (button) showed [3s 3d] and won 6020 with Two pairs : 5 and 3 +Seat 4: MANU1963 (small blind) showed [Kh 8h] and lost with One pair : 5 +Seat 5: MALBAKONE (big blind) folded on the pre-flop +Seat 6: fashion13 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 0 - HandId: #22085692498641681-2-1299346321 - Holdem no limit (10/20) - 2011/03/05 18:32:01 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #4 is the button +Seat 1: besancon2500 (3000) +Seat 2: KeanZ (3000) +Seat 3: Djuzaam (6020) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2980) +Seat 6: fashion13 (3000) +*** ANTE/BLINDS *** +MALBAKONE posts small blind 10 +fashion13 posts big blind 20 +Dealt to besancon2500 [4h 8h] +*** PRE-FLOP *** +besancon2500 raises 20 to 40 +KeanZ folds +Djuzaam raises 5980 to 6020 and is all-in +MALBAKONE folds +fashion13 folds +besancon2500 folds +Djuzaam collected 6090 from pot +*** SUMMARY *** +Total pot 6.09k | No rake +Seat 1: besancon2500 folded on the pre-flop +Seat 2: KeanZ folded on the pre-flop +Seat 3: Djuzaam won 6090 +Seat 4: Flush67 (button) folded +Seat 5: MALBAKONE (small blind) folded on the pre-flop +Seat 6: fashion13 (big blind) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 0 - HandId: #22085692498641681-3-1299346339 - Holdem no limit (10/20) - 2011/03/05 18:32:19 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #5 is the button +Seat 1: besancon2500 (2960) +Seat 2: KeanZ (3000) +Seat 3: Djuzaam (6090) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2970) +Seat 6: fashion13 (2980) +*** ANTE/BLINDS *** +fashion13 posts small blind 10 +besancon2500 posts big blind 20 +Dealt to besancon2500 [Th 8h] +*** PRE-FLOP *** +KeanZ folds +Djuzaam calls 20 +Flush67 folds +MALBAKONE folds +fashion13 folds +besancon2500 raises 40 to 60 +Djuzaam calls 40 +*** FLOP *** [4d 3s Ah] +besancon2500 bets 130 +Djuzaam raises 170 to 300 +besancon2500 folds +Djuzaam collected 560 from pot +*** SUMMARY *** +Total pot 560 | No rake +Board: [4d 3s Ah] +Seat 1: besancon2500 (big blind) folded on the flop +Seat 2: KeanZ folded on the pre-flop +Seat 3: Djuzaam won 560 +Seat 4: Flush67 folded on the pre-flop +Seat 5: MALBAKONE (button) folded on the pre-flop +Seat 6: fashion13 (small blind) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 0 - HandId: #22085692498641681-4-1299346378 - Holdem no limit (10/20) - 2011/03/05 18:32:58 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #6 is the button +Seat 1: besancon2500 (2770) +Seat 2: KeanZ (3000) +Seat 3: Djuzaam (6290) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2970) +Seat 6: fashion13 (2970) +*** ANTE/BLINDS *** +besancon2500 posts small blind 10 +KeanZ posts big blind 20 +Dealt to besancon2500 [3s 6s] +*** PRE-FLOP *** +Djuzaam folds +Flush67 folds +MALBAKONE folds +fashion13 folds +besancon2500 raises 20 to 40 +KeanZ folds +besancon2500 collected 60 from pot +*** SUMMARY *** +Total pot 60 | No rake +Seat 1: besancon2500 (small blind) won 60 +Seat 2: KeanZ (big blind) folded on the pre-flop +Seat 3: Djuzaam folded on the pre-flop +Seat 4: Flush67 folded on the pre-flop +Seat 5: MALBAKONE folded on the pre-flop +Seat 6: fashion13 (button) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 0 - HandId: #22085692498641681-5-1299346391 - Holdem no limit (10/20) - 2011/03/05 18:33:11 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #1 is the button +Seat 1: besancon2500 (2790) +Seat 2: KeanZ (2980) +Seat 3: Djuzaam (6290) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2970) +Seat 6: fashion13 (2970) +*** ANTE/BLINDS *** +KeanZ posts small blind 10 +Djuzaam posts big blind 20 +Dealt to besancon2500 [3d 5s] +*** PRE-FLOP *** +Flush67 folds +MALBAKONE folds +fashion13 folds +besancon2500 folds +KeanZ folds +Djuzaam collected 30 from pot +*** SUMMARY *** +Total pot 30 | No rake +Seat 1: besancon2500 (button) folded on the pre-flop +Seat 2: KeanZ (small blind) folded on the pre-flop +Seat 3: Djuzaam (big blind) won 30 +Seat 4: Flush67 folded on the pre-flop +Seat 5: MALBAKONE folded on the pre-flop +Seat 6: fashion13 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 1 - HandId: #22085692498641681-6-1299346404 - Holdem no limit (15/30) - 2011/03/05 18:33:24 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #2 is the button +Seat 1: besancon2500 (2790) +Seat 2: KeanZ (2970) +Seat 3: Djuzaam (6300) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2970) +Seat 6: fashion13 (2970) +*** ANTE/BLINDS *** +Djuzaam posts small blind 15 +Flush67 posts big blind 30 +Dealt to besancon2500 [Js 5d] +*** PRE-FLOP *** +MALBAKONE folds +fashion13 folds +besancon2500 folds +KeanZ folds +Djuzaam folds +Flush67 collected 45 from pot +*** SUMMARY *** +Total pot 45 | No rake +Seat 1: besancon2500 folded on the pre-flop +Seat 2: KeanZ (button) folded on the pre-flop +Seat 3: Djuzaam (small blind) folded on the pre-flop +Seat 4: Flush67 (big blind) won 45 +Seat 5: MALBAKONE folded on the pre-flop +Seat 6: fashion13 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 1 - HandId: #22085692498641681-7-1299346416 - Holdem no limit (15/30) - 2011/03/05 18:33:36 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #3 is the button +Seat 1: besancon2500 (2790) +Seat 2: KeanZ (2970) +Seat 3: Djuzaam (6285) +Seat 4: Flush67 (3045) +Seat 5: MALBAKONE (2970) +Seat 6: fashion13 (2970) +*** ANTE/BLINDS *** +Flush67 posts small blind 15 +MALBAKONE posts big blind 30 +Dealt to besancon2500 [As Kh] +*** PRE-FLOP *** +fashion13 folds +besancon2500 raises 30 to 60 +KeanZ folds +Djuzaam folds +Flush67 folds +MALBAKONE folds +besancon2500 collected 105 from pot +*** SUMMARY *** +Total pot 105 | No rake +Seat 1: besancon2500 won 105 +Seat 2: KeanZ folded on the pre-flop +Seat 3: Djuzaam (button) folded on the pre-flop +Seat 4: Flush67 (small blind) folded on the pre-flop +Seat 5: MALBAKONE (big blind) folded on the pre-flop +Seat 6: fashion13 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 1 - HandId: #22085692498641681-8-1299346430 - Holdem no limit (15/30) - 2011/03/05 18:33:50 UTC +Table: 'Freeroll 150€(5142226)#784' 6-max (real money) Seat #4 is the button +Seat 1: besancon2500 (2835) +Seat 2: KeanZ (2970) +Seat 3: Djuzaam (6285) +Seat 4: Flush67 (3030) +Seat 5: MALBAKONE (2940) +Seat 6: fashion13 (2970) +*** ANTE/BLINDS *** +MALBAKONE posts small blind 15 +fashion13 posts big blind 30 +Dealt to besancon2500 [3s 5s] +*** PRE-FLOP *** +besancon2500 raises 30 to 60 +KeanZ folds +Djuzaam folds +Flush67 folds +MALBAKONE folds +fashion13 folds +besancon2500 collected 105 from pot +*** SUMMARY *** +Total pot 105 | No rake +Seat 1: besancon2500 won 105 +Seat 2: KeanZ folded on the pre-flop +Seat 3: Djuzaam folded on the pre-flop +Seat 4: Flush67 (button) folded on the pre-flop +Seat 5: MALBAKONE (small blind) folded on the pre-flop +Seat 6: fashion13 (big blind) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 1 - HandId: #22085692498641245-4-1299346444 - Holdem no limit (15/30) - 2011/03/05 18:34:04 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #6 is the button +Seat 1: philcoura (8930) +Seat 2: yokat (6135) +Seat 3: AXELEO (3000) +Seat 4: besancon2500 (2880) +Seat 5: fashion13 (2940) +Seat 6: tchoup31100 (2965) +*** ANTE/BLINDS *** +philcoura posts small blind 15 +yokat posts big blind 30 +*** PRE-FLOP *** +AXELEO folds +tchoup31100 folds +philcoura calls 15 +yokat raises 30 to 60 +philcoura folds +yokat collected 90 from pot +*** SUMMARY *** +Total pot 90 | No rake +Seat 1: philcoura (small blind) folded on the pre-flop +Seat 2: yokat (big blind) won 90 +Seat 3: AXELEO folded on the pre-flop +Seat 4: besancon2500 folded +Seat 5: fashion13 folded +Seat 6: tchoup31100 (button) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 1 - HandId: #22085692498641245-5-1299346472 - Holdem no limit (15/30) - 2011/03/05 18:34:32 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #1 is the button +Seat 1: philcoura (8900) +Seat 2: yokat (6165) +Seat 3: AXELEO (3000) +Seat 4: besancon2500 (2880) +Seat 5: fashion13 (2940) +Seat 6: tchoup31100 (2965) +*** ANTE/BLINDS *** +yokat posts small blind 15 +AXELEO posts big blind 30 +Dealt to besancon2500 [9c 8c] +*** PRE-FLOP *** +besancon2500 raises 30 to 60 +fashion13 folds +tchoup31100 calls 60 +philcoura calls 60 +yokat calls 45 +AXELEO calls 30 +*** FLOP *** [7d 3h Ac] +yokat checks +AXELEO checks +besancon2500 checks +tchoup31100 checks +philcoura checks +*** TURN *** [7d 3h Ac][Ks] +yokat bets 300 +AXELEO folds +besancon2500 folds +tchoup31100 folds +philcoura calls 300 +*** RIVER *** [7d 3h Ac Ks][Ah] +yokat bets 150 +philcoura raises 870 to 1020 +yokat calls 870 +*** SHOW DOWN *** +yokat shows [Kh 7h] (Two pairs : Aces and Kings) +philcoura shows [Ad 3c] (Full of Aces and 3) +philcoura collected 2940 from pot +*** SUMMARY *** +Total pot 2.94k | No rake +Board: [7d 3h Ac Ks Ah] +Seat 1: philcoura (button) showed [Ad 3c] and won 2940 with Full of Aces and 3 +Seat 2: yokat (small blind) showed [Kh 7h] and lost with Two pairs : Aces and Kings +Seat 3: AXELEO (big blind) folded on the turn +Seat 4: besancon2500 folded on the turn +Seat 5: fashion13 folded on the pre-flop +Seat 6: tchoup31100 folded on the turn + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 2 - HandId: #22085692498641245-6-1299346613 - Holdem no limit (20/40) - 2011/03/05 18:36:53 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #2 is the button +Seat 1: philcoura (10460) +Seat 2: yokat (4785) +Seat 3: AXELEO (2940) +Seat 4: besancon2500 (2820) +Seat 5: fashion13 (2940) +Seat 6: tchoup31100 (2905) +*** ANTE/BLINDS *** +AXELEO posts small blind 20 +besancon2500 posts big blind 40 +Dealt to besancon2500 [8s Ks] +*** PRE-FLOP *** +fashion13 folds +tchoup31100 calls 40 +philcoura calls 40 +yokat calls 40 +AXELEO calls 20 +besancon2500 checks +*** FLOP *** [9h 2h Kd] +AXELEO checks +besancon2500 bets 150 +tchoup31100 folds +philcoura folds +yokat calls 150 +AXELEO folds +*** TURN *** [9h 2h Kd][Jh] +besancon2500 bets 500 +yokat folds +besancon2500 collected 1000 from pot +*** SUMMARY *** +Total pot 1k | No rake +Board: [9h 2h Kd Jh] +Seat 1: philcoura folded on the flop +Seat 2: yokat (button) folded on the turn +Seat 3: AXELEO (small blind) folded on the flop +Seat 4: besancon2500 (big blind) won 1000 +Seat 5: fashion13 folded on the pre-flop +Seat 6: tchoup31100 folded on the flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 2 - HandId: #22085692498641245-7-1299346692 - Holdem no limit (20/40) - 2011/03/05 18:38:12 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #3 is the button +Seat 1: philcoura (10420) +Seat 2: yokat (4595) +Seat 3: AXELEO (2900) +Seat 4: besancon2500 (3130) +Seat 5: fashion13 (2940) +Seat 6: tchoup31100 (2865) +*** ANTE/BLINDS *** +besancon2500 posts small blind 20 +fashion13 posts big blind 40 +Dealt to besancon2500 [Ts Ad] +*** PRE-FLOP *** +tchoup31100 folds +philcoura folds +yokat calls 40 +AXELEO calls 40 +besancon2500 raises 160 to 200 +fashion13 folds +yokat calls 160 +AXELEO calls 160 +*** FLOP *** [8h 3h 6s] +besancon2500 bets 320 +yokat folds +AXELEO calls 320 +*** TURN *** [8h 3h 6s][Qc] +besancon2500 checks +AXELEO bets 2380 and is all-in +besancon2500 raises 230 to 2610 and is all-in +*** RIVER *** [8h 3h 6s Qc][7s] +*** SHOW DOWN *** +AXELEO shows [3c 7c] (Two pairs : 7 and 3) +besancon2500 shows [Ts Ad] (High card : Ace) +besancon2500 collected 230 from side pot 1 +AXELEO collected 6040 from main pot +*** SUMMARY *** +Total pot 6.27k | No rake +Board: [8h 3h 6s Qc 7s] +Seat 1: philcoura folded on the pre-flop +Seat 2: yokat folded on the flop +Seat 3: AXELEO (button) showed [3c 7c] and won 6040 with Two pairs : 7 and 3 +Seat 4: besancon2500 (small blind) showed [Ts Ad] and won 230 with High card : Ace +Seat 5: fashion13 (big blind) folded on the pre-flop +Seat 6: tchoup31100 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 2 - HandId: #22085692498641245-8-1299346758 - Holdem no limit (20/40) - 2011/03/05 18:39:18 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #4 is the button +Seat 1: philcoura (10420) +Seat 2: yokat (4395) +Seat 3: AXELEO (6040) +Seat 4: besancon2500 (230) +Seat 5: fashion13 (2900) +Seat 6: tchoup31100 (2865) +*** ANTE/BLINDS *** +fashion13 posts small blind 20 +tchoup31100 posts big blind 40 +Dealt to besancon2500 [Ks 4d] +*** PRE-FLOP *** +philcoura calls 40 +yokat folds +AXELEO raises 6000 to 6040 and is all-in +besancon2500 folds +fashion13 folds +tchoup31100 folds +philcoura folds +AXELEO collected 6140 from pot +*** SUMMARY *** +Total pot 6.14k | No rake +Seat 1: philcoura folded on the pre-flop +Seat 2: yokat folded on the pre-flop +Seat 3: AXELEO won 6140 +Seat 4: besancon2500 (button) folded on the pre-flop +Seat 5: fashion13 (small blind) folded on the pre-flop +Seat 6: tchoup31100 (big blind) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 3 - HandId: #22085692498641245-9-1299346802 - Holdem no limit (30/60) - 2011/03/05 18:40:02 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #5 is the button +Seat 1: philcoura (10380) +Seat 2: yokat (4395) +Seat 3: AXELEO (6140) +Seat 4: besancon2500 (230) +Seat 5: fashion13 (2880) +Seat 6: tchoup31100 (2825) +*** ANTE/BLINDS *** +tchoup31100 posts small blind 30 +philcoura posts big blind 60 +Dealt to besancon2500 [2s Kc] +*** PRE-FLOP *** +yokat raises 180 to 240 +AXELEO folds +besancon2500 folds +fashion13 folds +tchoup31100 folds +philcoura calls 180 +*** FLOP *** [7s Jc 5s] +philcoura bets 60 +yokat calls 60 +*** TURN *** [7s Jc 5s][2h] +philcoura bets 210 +yokat calls 210 +*** RIVER *** [7s Jc 5s 2h][5c] +philcoura bets 390 +yokat folds +philcoura collected 1440 from pot +*** SUMMARY *** +Total pot 1.44k | No rake +Board: [7s Jc 5s 2h 5c] +Seat 1: philcoura (big blind) won 1440 +Seat 2: yokat folded on the river +Seat 3: AXELEO folded on the pre-flop +Seat 4: besancon2500 folded on the pre-flop +Seat 5: fashion13 (button) folded on the pre-flop +Seat 6: tchoup31100 (small blind) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 3 - HandId: #22085692498641245-10-1299346856 - Holdem no limit (30/60) - 2011/03/05 18:40:56 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #6 is the button +Seat 1: philcoura (10920) +Seat 2: yokat (3885) +Seat 3: AXELEO (6140) +Seat 4: besancon2500 (230) +Seat 5: fashion13 (2880) +Seat 6: tchoup31100 (2795) +*** ANTE/BLINDS *** +philcoura posts small blind 30 +yokat posts big blind 60 +Dealt to besancon2500 [Kh 2c] +*** PRE-FLOP *** +AXELEO folds +besancon2500 folds +fashion13 calls 60 +tchoup31100 folds +philcoura calls 30 +yokat raises 780 to 840 +fashion13 raises 780 to 1620 +philcoura raises 9300 to 10920 and is all-in +yokat calls 3045 and is all-in +fashion13 calls 1260 and is all-in +*** FLOP *** [5d 8s Ts] +*** TURN *** [5d 8s Ts][Ks] +*** RIVER *** [5d 8s Ts Ks][2s] +*** SHOW DOWN *** +fashion13 shows [9s Qs] (Flush King high) +yokat shows [7c 7s] (Flush King high) +philcoura shows [2h 2d] (Trips of 2) +philcoura collected 7035 from side pot 2 +yokat collected 2010 from side pot 1 +fashion13 collected 8640 from main pot +*** SUMMARY *** +Total pot 17.68k | No rake +Board: [5d 8s Ts Ks 2s] +Seat 1: philcoura (small blind) showed [2h 2d] and won 7035 with Trips of 2 +Seat 2: yokat (big blind) showed [7c 7s] and won 2010 with Flush King high +Seat 3: AXELEO folded on the pre-flop +Seat 4: besancon2500 folded on the pre-flop +Seat 5: fashion13 showed [9s Qs] and won 8640 with Flush King high +Seat 6: tchoup31100 (button) folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 3 - HandId: #22085692498641245-11-1299346922 - Holdem no limit (30/60) - 2011/03/05 18:42:02 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #1 is the button +Seat 1: philcoura (7035) +Seat 2: yokat (2010) +Seat 3: AXELEO (6140) +Seat 4: besancon2500 (230) +Seat 5: fashion13 (8640) +Seat 6: tchoup31100 (2795) +*** ANTE/BLINDS *** +yokat posts small blind 30 +AXELEO posts big blind 60 +Dealt to besancon2500 [4h 4s] +*** PRE-FLOP *** +besancon2500 raises 170 to 230 and is all-in +fashion13 folds +tchoup31100 folds +philcoura folds +yokat folds +AXELEO folds +besancon2500 collected 320 from pot +*** SUMMARY *** +Total pot 320 | No rake +Seat 1: philcoura (button) folded on the pre-flop +Seat 2: yokat (small blind) folded on the pre-flop +Seat 3: AXELEO (big blind) folded on the pre-flop +Seat 4: besancon2500 won 320 +Seat 5: fashion13 folded on the pre-flop +Seat 6: tchoup31100 folded on the pre-flop + + +Winamax Poker - Tournament "Freeroll 150€" buyIn: Gratuit level: 4 - HandId: #22085692498641245-12-1299346953 - Holdem no limit (40/80) - 2011/03/05 18:42:33 UTC +Table: 'Freeroll 150€(5142226)#348' 6-max (real money) Seat #2 is the button +Seat 1: philcoura (7035) +Seat 2: yokat (1980) +Seat 3: AXELEO (6080) +Seat 4: besancon2500 (320) +Seat 5: fashion13 (8640) +Seat 6: tchoup31100 (2795) +*** ANTE/BLINDS *** +AXELEO posts small blind 40 +besancon2500 posts big blind 80 +Dealt to besancon2500 [8s 3s] +*** PRE-FLOP *** +fashion13 calls 80 +tchoup31100 folds +philcoura folds +yokat raises 1900 to 1980 and is all-in +AXELEO folds +besancon2500 calls 240 and is all-in +fashion13 folds +*** FLOP *** [Ah 9h 2s] +*** TURN *** [Ah 9h 2s][2h] +*** RIVER *** [Ah 9h 2s 2h][4h] +*** SHOW DOWN *** +besancon2500 shows [8s 3s] (One pair : 2) +yokat shows [4d As] (Two pairs : Aces and 4) +yokat collected 2420 from pot +*** SUMMARY *** +Total pot 2.42k | No rake +Board: [Ah 9h 2s 2h 4h] +Seat 1: philcoura folded on the pre-flop +Seat 2: yokat (button) showed [4d As] and won 2420 with Two pairs : Aces and 4 +Seat 3: AXELEO (small blind) folded on the pre-flop +Seat 4: besancon2500 (big blind) showed [8s 3s] and lost with One pair : 2 +Seat 5: fashion13 folded on the pre-flop +Seat 6: tchoup31100 folded on the pre-flop + + diff --git a/pyfpdb/regression-test-files/tour/ongame/R-169-510.txt b/pyfpdb/regression-test-files/tour/ongame/R-169-510.txt new file mode 100644 index 00000000..ddbd6f2c --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-169-510.txt @@ -0,0 +1,1174 @@ +***** History for hand T5-17701176-1 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:28:36 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: bibzah2727 (1500) +Seat 3: TFOUTOOA (1500) +Seat 4: eddydonc54 (1500) +Seat 5: JOB13200 (1500) +Seat 6: Calebute (1500) +Seat 7: sebastian (1500) +Seat 8: besac025 (1500) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (1500) +Seat 1: pepitox (1500) +bibzah2727 posts small blind (10) +TFOUTOOA posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [8s, 5c] +eddydonc54 calls 20 +JOB13200 folds +Calebute folds +sebastian folds +besac025 folds +PascalN folds +NANAT62 folds +pepitox folds +bibzah2727 calls 10 +TFOUTOOA checks +--- Dealing flop [6d, 2c, Tc] +bibzah2727 checks +TFOUTOOA checks +eddydonc54 bets 200 +bibzah2727 folds +TFOUTOOA folds +--- +Summary: +Main pot: 60 won by eddydonc54 (60) +Rake taken: €0 +Seat 2: bibzah2727 (1480), net: -20 +Seat 3: TFOUTOOA (1480), net: -20 +Seat 4: eddydonc54 (1540), net: +40 +Seat 5: JOB13200 (1500) +Seat 6: Calebute (1500) +Seat 7: sebastian (1500) +Seat 8: besac025 (1500) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (1500) +Seat 1: pepitox (1500) +***** End of hand T5-17701176-1 ***** +***** History for hand T5-17701176-2 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:31:53 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: TFOUTOOA (1480) +Seat 4: eddydonc54 (1540) +Seat 5: JOB13200 (1500) +Seat 6: Calebute (1500) +Seat 7: sebastian (1500) +Seat 8: besac025 (1500) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (1500) +Seat 1: pepitox (1500) +Seat 2: bibzah2727 (1480) +TFOUTOOA posts small blind (10) +eddydonc54 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 8s] +JOB13200 calls 20 +Calebute folds +sebastian calls 20 +besac025 folds +PascalN folds +NANAT62 folds +pepitox raises 120 to 120 +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 calls 100 +sebastian calls 100 +--- Dealing flop [Td, 7c, Qd] +JOB13200 checks +sebastian checks +pepitox bets 390 +JOB13200 raises 780 to 780 +sebastian folds +pepitox calls 390 +--- Dealing turn [Kc] +JOB13200 bets 600 [all in] +pepitox calls 600 [all in] +--- Dealing turn [Kc] +--- Dealing river [2d] +--- +Summary: +Main pot: 3150 won by JOB13200 (3150) +Rake taken: €0 +Seat 3: TFOUTOOA (1470), net: -10 +Seat 4: eddydonc54 (1520), net: -20 +Seat 5: JOB13200 (3150), net: +1650, [9d, Qc] (PAIR QUEEN) +Seat 6: Calebute (1500) +Seat 7: sebastian (1380), net: -120 +Seat 8: besac025 (1500) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (1500) +Seat 1: pepitox (0), net: -1500, [Ah, Th] (PAIR TEN) +Seat 2: bibzah2727 (1480) +***** End of hand T5-17701176-2 ***** +***** History for hand T5-17701176-3 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:33:58 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 4: eddydonc54 (1520) +Seat 5: JOB13200 (3150) +Seat 6: Calebute (1500) +Seat 7: sebastian (1380) +Seat 8: besac025 (1500) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (1500) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (1470) +eddydonc54 posts small blind (10) +JOB13200 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [As, Ac] +Calebute folds +sebastian raises 1380 to 1380 [all in] +besac025 raises 1500 to 1500 [all in] +PascalN folds +NANAT62 calls 1500 [all in] +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +--- +--- Dealing flop [2s, Qd, 9c] +--- Dealing turn [Ks] +--- Dealing river [8s] +--- +Summary: +Main pot: 4170 won by besac025 (4170) +Side pot 1: 240 won by besac025 (240) +Rake taken: €0 +Seat 4: eddydonc54 (1510), net: -10 +Seat 5: JOB13200 (3130), net: -20 +Seat 6: Calebute (1500) +Seat 7: sebastian (0), net: -1380, [8d, Th] (PAIR EIGHT) +Seat 8: besac025 (4410), net: +2910, [As, Ac] (PAIR ACE) +Seat 9: PascalN (1500) +Seat 10: NANAT62 (0), net: -1500, [Jc, Kc] (PAIR KING) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (1470) +***** End of hand T5-17701176-3 ***** +***** History for hand T5-17701176-4 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:34:46 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 4 +Players in round: 8 +Seat 5: JOB13200 (3130) +Seat 6: Calebute (1500) +Seat 8: besac025 (4410) +Seat 9: PascalN (1500) +Seat 1: karmelo59 (1300) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (1470) +Seat 4: eddydonc54 (1510) +JOB13200 posts small blind (10) +Calebute posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [9h, 6c] +besac025 folds +PascalN calls 20 +karmelo59 folds +bibzah2727 folds +TFOUTOOA folds +eddydonc54 calls 20 +JOB13200 calls 10 +Calebute checks +--- Dealing flop [Ad, Qd, Kc] +JOB13200 checks +Calebute checks +PascalN bets 20 +eddydonc54 calls 20 +JOB13200 folds +Calebute calls 20 +--- Dealing turn [Jd] +Calebute checks +PascalN bets 20 +eddydonc54 raises 110 to 110 +Calebute folds +PascalN calls 90 +--- Dealing river [9s] +PascalN bets 50 +eddydonc54 calls 50 +--- +Summary: +Main pot: 460 won by eddydonc54 (460) +Rake taken: €0 +Seat 5: JOB13200 (3110), net: -20 +Seat 6: Calebute (1460), net: -40 +Seat 8: besac025 (4410) +Seat 9: PascalN (1300), net: -200, [Ac, Ks] (TWO_PAIR ACE, KING) +Seat 1: karmelo59 (1300) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (1470) +Seat 4: eddydonc54 (1770), net: +260, [Td, Js] (STRAIGHT ACE) +***** End of hand T5-17701176-4 ***** +***** History for hand T5-17701176-5 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:36:19 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: Calebute (1460) +Seat 7: Onemax (2030) +Seat 8: besac025 (4410) +Seat 9: PascalN (1300) +Seat 10: saphir (1280) +Seat 1: karmelo59 (1300) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (1470) +Seat 4: eddydonc54 (1770) +Seat 5: JOB13200 (3110) +Calebute posts small blind (10) +Onemax posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [2s, 6c] +besac025 folds +PascalN calls 20 +saphir calls 20 +karmelo59 folds +bibzah2727 folds +TFOUTOOA calls 20 +eddydonc54 calls 20 +JOB13200 folds +Calebute calls 10 +Onemax checks +--- Dealing flop [Kh, Qd, Th] +Calebute checks +Onemax checks +PascalN checks +saphir bets 120 +TFOUTOOA raises 350 to 350 +eddydonc54 folds +Calebute folds +Onemax folds +PascalN folds +saphir raises 1140 to 1260 [all in] +TFOUTOOA calls 910 +--- Dealing flop [Kh, Qd, Th] +--- Dealing turn [5d] +--- Dealing river [6s] +--- +Summary: +Main pot: 2640 won by TFOUTOOA (2640) +Rake taken: €0 +Seat 6: Calebute (1440), net: -20 +Seat 7: Onemax (2010), net: -20 +Seat 8: besac025 (4410) +Seat 9: PascalN (1280), net: -20 +Seat 10: saphir (0), net: -1280, [Ts, Qs] (TWO_PAIR QUEEN, TEN) +Seat 1: karmelo59 (1300) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (2830), net: +1360, [Ks, Tc] (TWO_PAIR KING, TEN) +Seat 4: eddydonc54 (1750), net: -20 +Seat 5: JOB13200 (3110) +***** End of hand T5-17701176-5 ***** +***** History for hand T5-17701176-6 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:38:43 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: Onemax (2010) +Seat 8: besac025 (4410) +Seat 9: PascalN (1280) +Seat 1: karmelo59 (1300) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (2830) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1440) +Onemax posts small blind (15) +besac025 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [5s, 2s] +PascalN calls 30 +karmelo59 raises 1300 to 1300 [all in] +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute folds +Onemax folds +besac025 folds +PascalN folds +--- +Summary: +Main pot: 105 won by karmelo59 (105) +Rake taken: €0 +Seat 7: Onemax (1995), net: -15 +Seat 8: besac025 (4380), net: -30 +Seat 9: PascalN (1250), net: -30 +Seat 1: karmelo59 (1375), net: +75 +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (2830) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1440) +***** End of hand T5-17701176-6 ***** +***** History for hand T5-17701176-7 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:39:29 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: besac025 (4380) +Seat 9: PascalN (1250) +Seat 1: karmelo59 (1375) +Seat 2: bibzah2727 (1480) +Seat 3: TFOUTOOA (2830) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1440) +Seat 7: Onemax (1995) +besac025 posts small blind (15) +PascalN posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Jd, 9d] +karmelo59 calls 30 +bibzah2727 calls 30 +TFOUTOOA raises 120 to 120 +eddydonc54 folds +JOB13200 folds +Calebute folds +Onemax raises 495 to 495 +besac025 folds +PascalN folds +karmelo59 folds +bibzah2727 folds +TFOUTOOA calls 375 +--- Dealing flop [2h, 6h, 2c] +TFOUTOOA checks +Onemax bets 1500 [all in] +TFOUTOOA folds +--- +Summary: +Main pot: 1095 won by Onemax (1095) +Rake taken: €0 +Seat 8: besac025 (4365), net: -15 +Seat 9: PascalN (1220), net: -30 +Seat 1: karmelo59 (1345), net: -30 +Seat 2: bibzah2727 (1450), net: -30 +Seat 3: TFOUTOOA (2335), net: -495 +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1440) +Seat 7: Onemax (2595), net: +600 +***** End of hand T5-17701176-7 ***** +***** History for hand T5-17701176-8 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:41:11 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: PascalN (1220) +Seat 10: crazyfrof40 (290) +Seat 1: karmelo59 (1345) +Seat 2: bibzah2727 (1450) +Seat 3: TFOUTOOA (2335) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1440) +Seat 7: Onemax (2595) +Seat 8: besac025 (4365) +PascalN posts small blind (15) +crazyfrof40 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [7s, Jh] +karmelo59 folds +bibzah2727 calls 30 +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute raises 75 to 75 +Onemax folds +besac025 folds +PascalN folds +crazyfrof40 calls 45 +bibzah2727 calls 45 +--- Dealing flop [8c, 9d, Ts] +crazyfrof40 checks +bibzah2727 bets 1375 [all in] +Calebute folds +crazyfrof40 calls 215 [all in] +--- Dealing flop [8c, 9d, Ts] +--- Dealing turn [8d] +--- Dealing river [Tc] +--- +Summary: +Main pot: 670 won by bibzah2727 (670) +Rake taken: €0 +Seat 9: PascalN (1205), net: -15 +Seat 10: crazyfrof40 (0), net: -290, [Ad, 9c] (TWO_PAIR TEN, NINE) +Seat 1: karmelo59 (1345) +Seat 2: bibzah2727 (1830), net: +380, [7d, Td] (FULL_HOUSE TEN, EIGHT) +Seat 3: TFOUTOOA (2335) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1365), net: -75 +Seat 7: Onemax (2595) +Seat 8: besac025 (4365) +***** End of hand T5-17701176-8 ***** +***** History for hand T5-17701176-9 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:42:11 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 1: karmelo59 (1345) +Seat 2: bibzah2727 (1830) +Seat 3: TFOUTOOA (2335) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1365) +Seat 7: Onemax (2595) +Seat 8: besac025 (4365) +Seat 9: PascalN (1205) +karmelo59 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [7d, 9h] +bibzah2727 folds +TFOUTOOA calls 30 +eddydonc54 folds +JOB13200 folds +Calebute calls 30 +Onemax raises 95 to 95 +besac025 folds +PascalN folds +karmelo59 folds +TFOUTOOA calls 65 +Calebute calls 65 +--- Dealing flop [8h, 6d, Th] +TFOUTOOA checks +Calebute bets 90 +Onemax folds +TFOUTOOA folds +--- +Summary: +Main pot: 315 won by Calebute (315) +Rake taken: €0 +Seat 1: karmelo59 (1315), net: -30 +Seat 2: bibzah2727 (1830) +Seat 3: TFOUTOOA (2240), net: -95 +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1585), net: +220 +Seat 7: Onemax (2500), net: -95 +Seat 8: besac025 (4365) +Seat 9: PascalN (1205) +***** End of hand T5-17701176-9 ***** +***** History for hand T5-17701176-10 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:43:50 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: karmelo59 (1315) +Seat 2: bibzah2727 (1830) +Seat 3: TFOUTOOA (2240) +Seat 4: eddydonc54 (1750) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1585) +Seat 7: Onemax (2500) +Seat 8: besac025 (4365) +Seat 9: PascalN (1205) +karmelo59 posts small blind (15) +bibzah2727 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [9c, 5s] +TFOUTOOA folds +eddydonc54 calls 30 +JOB13200 folds +Calebute folds +Onemax folds +besac025 folds +PascalN calls 30 +karmelo59 calls 15 +bibzah2727 checks +--- Dealing flop [8h, 7s, Ah] +karmelo59 checks +bibzah2727 checks +eddydonc54 checks +PascalN bets 60 +karmelo59 calls 60 +bibzah2727 folds +eddydonc54 folds +--- Dealing turn [Td] +karmelo59 checks +PascalN checks +--- Dealing river [6s] +karmelo59 checks +PascalN bets 240 +karmelo59 calls 240 +--- +Summary: +Main pot: 720 won by PascalN (720) +Rake taken: €0 +Seat 1: karmelo59 (985), net: -330 +Seat 2: bibzah2727 (1800), net: -30 +Seat 3: TFOUTOOA (2240) +Seat 4: eddydonc54 (1720), net: -30 +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1585) +Seat 7: Onemax (2500) +Seat 8: besac025 (4365) +Seat 9: PascalN (1595), net: +390, [2c, Ad] (PAIR ACE) +***** End of hand T5-17701176-10 ***** +***** History for hand T5-17701176-11 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:45:25 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: bibzah2727 (1800) +Seat 3: TFOUTOOA (2240) +Seat 4: eddydonc54 (1720) +Seat 5: JOB13200 (3110) +Seat 6: Calebute (1585) +Seat 7: Onemax (2500) +Seat 8: besac025 (4365) +Seat 9: PascalN (1595) +Seat 10: LELENSOIS (1110) +Seat 1: karmelo59 (985) +bibzah2727 posts small blind (25) +TFOUTOOA posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Ts, 5h] +eddydonc54 folds +JOB13200 raises 300 to 300 +Calebute folds +Onemax folds +besac025 folds +PascalN folds +LELENSOIS folds +karmelo59 raises 985 to 985 [all in] +bibzah2727 folds +TFOUTOOA folds +JOB13200 calls 685 +--- +--- Dealing flop [Qs, 6d, As] +--- Dealing turn [Kd] +--- Dealing river [2h] +--- +Summary: +Main pot: 2045 won by JOB13200 (2045) +Rake taken: €0 +Seat 2: bibzah2727 (1775), net: -25 +Seat 3: TFOUTOOA (2190), net: -50 +Seat 4: eddydonc54 (1720) +Seat 5: JOB13200 (4170), net: +1060, [Qd, Ad] (TWO_PAIR ACE, QUEEN) +Seat 6: Calebute (1585) +Seat 7: Onemax (2500) +Seat 8: besac025 (4365) +Seat 9: PascalN (1595) +Seat 10: LELENSOIS (1110) +Seat 1: karmelo59 (0), net: -985, [Ac, Jd] (PAIR ACE) +***** End of hand T5-17701176-11 ***** +***** History for hand T5-17701176-12 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:46:33 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 2 +Players in round: 9 +Seat 3: TFOUTOOA (2190) +Seat 4: eddydonc54 (1720) +Seat 5: JOB13200 (4170) +Seat 6: Calebute (1585) +Seat 7: Onemax (2500) +Seat 8: besac025 (4365) +Seat 9: PascalN (1595) +Seat 10: LELENSOIS (1110) +Seat 2: bibzah2727 (1775) +TFOUTOOA posts small blind (25) +eddydonc54 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [4c, Ad] +JOB13200 folds +Calebute folds +Onemax raises 500 to 500 +besac025 folds +PascalN folds +LELENSOIS folds +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +--- +Summary: +Main pot: 125 won by Onemax (125) +Rake taken: €0 +Seat 3: TFOUTOOA (2165), net: -25 +Seat 4: eddydonc54 (1670), net: -50 +Seat 5: JOB13200 (4170) +Seat 6: Calebute (1585) +Seat 7: Onemax (2575), net: +75 +Seat 8: besac025 (4365) +Seat 9: PascalN (1595) +Seat 10: LELENSOIS (1110) +Seat 2: bibzah2727 (1775) +***** End of hand T5-17701176-12 ***** +***** History for hand T5-17701176-13 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:47:11 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: eddydonc54 (1670) +Seat 5: JOB13200 (4170) +Seat 6: Calebute (1585) +Seat 7: Onemax (2575) +Seat 8: besac025 (4365) +Seat 9: PascalN (1595) +Seat 10: LELENSOIS (1110) +Seat 1: quick71 (5275) +Seat 2: bibzah2727 (1775) +Seat 3: TFOUTOOA (2165) +eddydonc54 posts small blind (25) +JOB13200 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [9d, Td] +Calebute folds +Onemax folds +besac025 calls 50 +PascalN calls 50 +LELENSOIS folds +quick71 calls 50 +bibzah2727 folds +TFOUTOOA folds +eddydonc54 raises 125 to 150 +JOB13200 folds +besac025 calls 100 +PascalN folds +quick71 folds +--- Dealing flop [Qh, 4c, 5s] +eddydonc54 bets 50 +besac025 calls 50 +--- Dealing turn [Jh] +eddydonc54 bets 275 +besac025 calls 275 +--- Dealing river [Tc] +eddydonc54 checks +besac025 checks +--- +Summary: +Main pot: 1100 won by eddydonc54 (1100) +Rake taken: €0 +Seat 4: eddydonc54 (2295), net: +625, [As, Ad] (PAIR ACE) +Seat 5: JOB13200 (4120), net: -50 +Seat 6: Calebute (1585) +Seat 7: Onemax (2575) +Seat 8: besac025 (3890), net: -475 +Seat 9: PascalN (1545), net: -50 +Seat 10: LELENSOIS (1110) +Seat 1: quick71 (5225), net: -50 +Seat 2: bibzah2727 (1775) +Seat 3: TFOUTOOA (2165) +***** End of hand T5-17701176-13 ***** +***** History for hand T5-17701176-14 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:48:53 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: JOB13200 (4120) +Seat 6: Calebute (1585) +Seat 7: Onemax (2575) +Seat 8: besac025 (3890) +Seat 9: PascalN (1545) +Seat 10: LELENSOIS (1110) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1775) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2295) +JOB13200 posts small blind (25) +Calebute posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Js, Tc] +Onemax folds +besac025 folds +PascalN calls 50 +LELENSOIS folds +quick71 folds +bibzah2727 calls 50 +TFOUTOOA folds +eddydonc54 calls 50 +JOB13200 folds +Calebute checks +--- Dealing flop [5d, Td, Jd] +Calebute checks +PascalN bets 250 +bibzah2727 folds +eddydonc54 folds +Calebute folds +--- +Summary: +Main pot: 225 won by PascalN (225) +Rake taken: €0 +Seat 5: JOB13200 (4095), net: -25 +Seat 6: Calebute (1535), net: -50 +Seat 7: Onemax (2575) +Seat 8: besac025 (3890) +Seat 9: PascalN (1720), net: +175 +Seat 10: LELENSOIS (1110) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1725), net: -50 +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245), net: -50 +***** End of hand T5-17701176-14 ***** +***** History for hand T5-17701176-15 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:49:45 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: Calebute (1535) +Seat 7: Onemax (2575) +Seat 8: besac025 (3890) +Seat 9: PascalN (1720) +Seat 10: LELENSOIS (1110) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1725) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (4095) +Calebute posts small blind (25) +Onemax posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Jh, Jc] +besac025 raises 250 to 250 +PascalN folds +LELENSOIS raises 1110 to 1110 [all in] +quick71 folds +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 calls 1110 +Calebute folds +Onemax folds +besac025 calls 860 +--- Dealing flop [Ah, 9h, 8s] +besac025 checks +JOB13200 bets 2985 [all in] +besac025 folds +--- Dealing flop [Ah, 9h, 8s] +--- Dealing turn [As] +--- Dealing river [Ad] +--- +Summary: +Main pot: 3405 won by JOB13200 (3405) +Rake taken: €0 +Seat 6: Calebute (1510), net: -25 +Seat 7: Onemax (2525), net: -50 +Seat 8: besac025 (2780), net: -1110 +Seat 9: PascalN (1720) +Seat 10: LELENSOIS (0), net: -1110, [Js, Qh] (THREE_OF_A_KIND ACE) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1725) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390), net: +2295, [7s, Ac] (FOUR_OF_A_KIND ACE) +***** End of hand T5-17701176-15 ***** +***** History for hand T5-17701176-16 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:50:37 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: Onemax (2525) +Seat 8: besac025 (2780) +Seat 9: PascalN (1720) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1725) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1510) +Onemax posts small blind (25) +besac025 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [As, 2s] +PascalN calls 50 +quick71 folds +bibzah2727 calls 50 +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute calls 50 +Onemax calls 25 +besac025 checks +--- Dealing flop [2h, 7d, Tc] +Onemax checks +besac025 checks +PascalN checks +bibzah2727 bets 50 +Calebute raises 100 to 100 +Onemax folds +besac025 folds +PascalN folds +bibzah2727 calls 50 +--- Dealing turn [8s] +bibzah2727 bets 50 +Calebute calls 50 +--- Dealing river [5s] +bibzah2727 bets 50 +Calebute calls 50 +--- +Summary: +Main pot: 650 won by Calebute (650) +Rake taken: €0 +Seat 7: Onemax (2475), net: -50 +Seat 8: besac025 (2730), net: -50 +Seat 9: PascalN (1670), net: -50 +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1475), net: -250, [9s, 8h] (PAIR EIGHT) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910), net: +400, [Td, Qs] (PAIR TEN) +***** End of hand T5-17701176-16 ***** +***** History for hand T5-17701176-17 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:52:02 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: besac025 (2730) +Seat 9: PascalN (1670) +Seat 10: mandora (3415) +Seat 1: quick71 (5225) +Seat 2: bibzah2727 (1475) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +besac025 posts small blind (25) +PascalN posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [8s, 4c] +mandora folds +quick71 raises 350 to 350 +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute folds +Onemax folds +besac025 folds +PascalN folds +--- +Summary: +Main pot: 125 won by quick71 (125) +Rake taken: €0 +Seat 8: besac025 (2705), net: -25 +Seat 9: PascalN (1620), net: -50 +Seat 10: mandora (3415) +Seat 1: quick71 (5300), net: +75 +Seat 2: bibzah2727 (1475) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +***** End of hand T5-17701176-17 ***** +***** History for hand T5-17701176-18 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:52:41 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: PascalN (1620) +Seat 10: mandora (3415) +Seat 1: quick71 (5300) +Seat 2: bibzah2727 (1475) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2705) +PascalN posts small blind (40) +mandora posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [4d, Ac] +quick71 calls 80 +bibzah2727 folds +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute folds +Onemax folds +besac025 calls 80 +PascalN calls 40 +mandora checks +--- Dealing flop [7d, 9h, 3d] +PascalN bets 80 +mandora calls 80 +quick71 calls 80 +besac025 folds +--- Dealing turn [2c] +PascalN checks +mandora checks +quick71 bets 200 +PascalN calls 200 +mandora folds +--- Dealing river [Jd] +PascalN checks +quick71 checks +--- +Summary: +Main pot: 960 won by PascalN (960) +Rake taken: €0 +Seat 9: PascalN (2220), net: +600, [2d, 5d] (FLUSH JACK) +Seat 10: mandora (3255), net: -160 +Seat 1: quick71 (4940), net: -360 +Seat 2: bibzah2727 (1475) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625), net: -80 +***** End of hand T5-17701176-18 ***** +***** History for hand T5-17701176-19 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:54:08 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: mandora (3255) +Seat 1: quick71 (4940) +Seat 2: bibzah2727 (1475) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625) +Seat 9: PascalN (2220) +mandora posts small blind (40) +quick71 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [As, 5c] +bibzah2727 calls 80 +TFOUTOOA folds +eddydonc54 folds +JOB13200 folds +Calebute folds +Onemax folds +besac025 folds +PascalN calls 80 +mandora calls 40 +quick71 checks +--- Dealing flop [7s, Kd, 9h] +mandora checks +quick71 bets 120 +bibzah2727 calls 120 +PascalN calls 120 +mandora folds +--- Dealing turn [8h] +quick71 bets 120 +bibzah2727 calls 120 +PascalN calls 120 +--- Dealing river [2s] +quick71 checks +bibzah2727 bets 1155 [all in] +PascalN folds +quick71 folds +--- +Summary: +Main pot: 1040 won by bibzah2727 (1040) +Rake taken: €0 +Seat 10: mandora (3175), net: -80 +Seat 1: quick71 (4620), net: -320 +Seat 2: bibzah2727 (2195), net: +720 +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625) +Seat 9: PascalN (1900), net: -320 +***** End of hand T5-17701176-19 ***** +***** History for hand T5-17701176-20 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:55:32 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: quick71 (4620) +Seat 2: bibzah2727 (2195) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2245) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625) +Seat 9: PascalN (1900) +Seat 10: mandora (3175) +quick71 posts small blind (40) +bibzah2727 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [7c, 4h] +TFOUTOOA folds +eddydonc54 raises 160 to 160 +JOB13200 folds +Calebute folds +Onemax folds +besac025 folds +PascalN calls 160 +mandora calls 160 +quick71 folds +bibzah2727 calls 80 +--- Dealing flop [Qh, 3c, Kd] +bibzah2727 checks +eddydonc54 bets 680 +PascalN folds +mandora folds +bibzah2727 folds +--- +Summary: +Main pot: 680 won by eddydonc54 (680) +Rake taken: €0 +Seat 1: quick71 (4580), net: -40 +Seat 2: bibzah2727 (2035), net: -160 +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2765), net: +520 +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625) +Seat 9: PascalN (1740), net: -160 +Seat 10: mandora (3015), net: -160 +***** End of hand T5-17701176-20 ***** +***** History for hand T5-17701176-21 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:56:53 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: bibzah2727 (2035) +Seat 3: TFOUTOOA (2165) +Seat 4: eddydonc54 (2765) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1910) +Seat 7: Onemax (2475) +Seat 8: besac025 (2625) +Seat 9: PascalN (1740) +Seat 10: mandora (3015) +Seat 1: quick71 (4580) +bibzah2727 posts small blind (40) +TFOUTOOA posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Qs, 6d] +eddydonc54 folds +JOB13200 folds +Calebute raises 160 to 160 +Onemax raises 475 to 475 +besac025 folds +PascalN folds +mandora folds +quick71 folds +bibzah2727 folds +TFOUTOOA folds +Calebute folds +--- +Summary: +Main pot: 440 won by Onemax (440) +Rake taken: €0 +Seat 2: bibzah2727 (1995), net: -40 +Seat 3: TFOUTOOA (2085), net: -80 +Seat 4: eddydonc54 (2765) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1750), net: -160 +Seat 7: Onemax (2755), net: +280 +Seat 8: besac025 (2625) +Seat 9: PascalN (1740) +Seat 10: mandora (3015) +Seat 1: quick71 (4580) +***** End of hand T5-17701176-21 ***** +***** History for hand T5-17701176-22 (TOURNAMENT: "Freeroll [€100 offerts]", R-169-510, buy-in: €0) ***** +Start hand: Mon Dec 27 09:57:37 GMT+0100 2010 +Table: Table #13 [17701176] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: TFOUTOOA (2085) +Seat 4: eddydonc54 (2765) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1750) +Seat 7: Onemax (2755) +Seat 8: besac025 (2625) +Seat 9: PascalN (1740) +Seat 10: mandora (3015) +Seat 1: quick71 (4580) +Seat 2: bibzah2727 (1995) +TFOUTOOA posts small blind (40) +eddydonc54 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Qd, 8d] +JOB13200 folds +Calebute folds +Onemax folds +besac025 calls 80 +PascalN folds +mandora folds +quick71 calls 80 +bibzah2727 folds +TFOUTOOA calls 40 +eddydonc54 checks +--- Dealing flop [3h, 8c, 4d] +TFOUTOOA checks +eddydonc54 bets 320 +besac025 raises 640 to 640 +quick71 folds +TFOUTOOA folds +eddydonc54 raises 1520 to 1840 +besac025 raises 1905 to 2545 [all in] +eddydonc54 calls 705 +--- Dealing flop [3h, 8c, 4d] +--- Dealing turn [Js] +--- Dealing river [Ad] +--- +Summary: +Main pot: 5410 won by eddydonc54 (5410) +Rake taken: €0 +Seat 3: TFOUTOOA (2005), net: -80 +Seat 4: eddydonc54 (5550), net: +2785, [8h, Jc] (TWO_PAIR JACK, EIGHT) +Seat 5: JOB13200 (6390) +Seat 6: Calebute (1750) +Seat 7: Onemax (2755) +Seat 8: besac025 (0), net: -2625, [Qd, 8d] (PAIR EIGHT) +Seat 9: PascalN (1740) +Seat 10: mandora (3015) +Seat 1: quick71 (4500), net: -80 +Seat 2: bibzah2727 (1995) +***** End of hand T5-17701176-22 ***** diff --git a/pyfpdb/regression-test-files/tour/ongame/R-271-14.txt b/pyfpdb/regression-test-files/tour/ongame/R-271-14.txt new file mode 100644 index 00000000..8a954d76 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-271-14.txt @@ -0,0 +1,949 @@ +***** History for hand T5-17298370-1 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 20:58:38 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: purdey02 (1500) +Seat 1: SADAMARDICO (1500) +Seat 2: maximef37 (1500) +Seat 3: Sar1 (1500) +Seat 4: DJOMEYTHET (1500) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (1500) +Seat 8: badbeatmaker (1500) +Seat 9: lasvegas84 (1500) +purdey02 posts small blind (10) +SADAMARDICO posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Tc, 4h] +maximef37 folds +Sar1 folds +DJOMEYTHET folds +besac025 folds +sylduc folds +WARIO KASH raises 120 to 120 +badbeatmaker raises 1500 to 1500 [all in] +lasvegas84 folds +purdey02 folds +SADAMARDICO calls 1480 [all in] +WARIO KASH calls 1380 [all in] +--- +--- Dealing flop [9s, 4s, 8h] +--- Dealing turn [5h] +--- Dealing river [7h] +--- +Summary: +Main pot: 4510 won by WARIO KASH (4510) +Rake taken: €0 +Seat 10: purdey02 (1490), net: -10 +Seat 1: SADAMARDICO (0), net: -1500, [Ah, 7d] (PAIR SEVEN) +Seat 2: maximef37 (1500) +Seat 3: Sar1 (1500) +Seat 4: DJOMEYTHET (1500) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (4510), net: +3010, [Ac, 9c] (PAIR NINE) +Seat 8: badbeatmaker (0), net: -1500, [5d, Kd] (PAIR FIVE) +Seat 9: lasvegas84 (1500) +***** End of hand T5-17298370-1 ***** +***** History for hand T5-17298370-2 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:01:58 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 10 +Players in round: 8 +Seat 2: maximef37 (1500) +Seat 3: Sar1 (1500) +Seat 4: DJOMEYTHET (1500) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (4510) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +maximef37 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [7s, Th] +Sar1 calls 20 +DJOMEYTHET raises 40 to 40 +besac025 folds +sylduc folds +WARIO KASH folds +lasvegas84 folds +purdey02 folds +maximef37 folds +Sar1 calls 20 +--- Dealing flop [Ah, 2h, Ts] +Sar1 checks +DJOMEYTHET checks +--- Dealing turn [5s] +Sar1 checks +DJOMEYTHET bets 100 +Sar1 calls 100 +--- Dealing river [3s] +Sar1 checks +DJOMEYTHET checks +--- +Summary: +Main pot: 300 won by Sar1 (300) +Rake taken: €0 +Seat 2: maximef37 (1480), net: -20 +Seat 3: Sar1 (1660), net: +160, [7d, 7c] (PAIR SEVEN) +Seat 4: DJOMEYTHET (1360), net: -140 +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (4510) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +***** End of hand T5-17298370-2 ***** +***** History for hand T5-17298370-3 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:03:05 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 1 +Players in round: 9 +Seat 2: maximef37 (1480) +Seat 3: Sar1 (1660) +Seat 4: DJOMEYTHET (1360) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (4510) +Seat 8: MONTBLANC93 (1500) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +maximef37 posts small blind (10) +Sar1 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [4d, Th] +DJOMEYTHET calls 20 +besac025 folds +sylduc folds +WARIO KASH raises 120 to 120 +MONTBLANC93 raises 220 to 220 +lasvegas84 folds +purdey02 folds +maximef37 folds +Sar1 folds +DJOMEYTHET calls 200 +WARIO KASH calls 100 +--- Dealing flop [Ts, Ah, Qd] +DJOMEYTHET checks +WARIO KASH bets 600 +MONTBLANC93 raises 1200 to 1200 +DJOMEYTHET calls 1140 [all in] +WARIO KASH raises 3690 to 4290 [all in] +MONTBLANC93 calls 80 [all in] +--- Dealing flop [Ts, Ah, Qd] +--- Dealing turn [5h] +--- Dealing river [Js] +--- +Summary: +Main pot: 4110 won by WARIO KASH (4110) +Side pot 1: 280 won by WARIO KASH (280) +Rake taken: €0 +Seat 2: maximef37 (1470), net: -10 +Seat 3: Sar1 (1640), net: -20 +Seat 4: DJOMEYTHET (0), net: -1360, [Jd, 9h] (PAIR JACK) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (7400), net: +2890, [Kd, Ad] (STRAIGHT ACE) +Seat 8: MONTBLANC93 (0), net: -1500, [Ac, As] (THREE_OF_A_KIND ACE) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +***** End of hand T5-17298370-3 ***** +***** History for hand T5-17298370-4 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:04:35 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 2 +Players in round: 8 +Seat 3: Sar1 (1640) +Seat 5: besac025 (1500) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (7400) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +Seat 1: Thenus009 (1500) +Seat 2: maximef37 (1470) +Sar1 posts small blind (15) +besac025 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Js, 3h] +sylduc folds +WARIO KASH calls 30 +lasvegas84 folds +purdey02 folds +Thenus009 folds +maximef37 folds +Sar1 raises 105 to 120 +besac025 folds +WARIO KASH folds +--- +Summary: +Main pot: 90 won by Sar1 (90) +Rake taken: €0 +Seat 3: Sar1 (1700), net: +60 +Seat 5: besac025 (1470), net: -30 +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (7370), net: -30 +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +Seat 1: Thenus009 (1500) +Seat 2: maximef37 (1470) +***** End of hand T5-17298370-4 ***** +***** History for hand T5-17298370-5 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:05:02 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 5: besac025 (1470) +Seat 6: sylduc (1500) +Seat 7: WARIO KASH (7370) +Seat 8: Turnlast_ (1510) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +Seat 1: Thenus009 (1500) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +besac025 posts small blind (15) +sylduc posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [5h, 6d] +WARIO KASH folds +Turnlast_ raises 1510 to 1510 [all in] +lasvegas84 folds +purdey02 folds +Thenus009 folds +maximef37 folds +Sar1 folds +besac025 folds +sylduc folds +--- +Summary: +Main pot: 75 won by Turnlast_ (75) +Rake taken: €0 +Seat 5: besac025 (1455), net: -15 +Seat 6: sylduc (1470), net: -30 +Seat 7: WARIO KASH (7370) +Seat 8: Turnlast_ (1555), net: +45 +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +Seat 1: Thenus009 (1500) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +***** End of hand T5-17298370-5 ***** +***** History for hand T5-17298370-6 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:05:29 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: sylduc (1470) +Seat 7: WARIO KASH (7370) +Seat 8: Turnlast_ (1555) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (1490) +Seat 1: Thenus009 (1500) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1455) +sylduc posts small blind (15) +WARIO KASH posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [4h, 7c] +Turnlast_ calls 30 +lasvegas84 folds +purdey02 raises 1490 to 1490 [all in] +Thenus009 raises 1500 to 1500 [all in] +maximef37 folds +Sar1 folds +cissou18 folds +besac025 folds +sylduc folds +WARIO KASH folds +Turnlast_ folds +--- +--- Dealing flop [Tc, 6d, 4c] +--- Dealing turn [2h] +--- Dealing river [3h] +--- +Summary: +Main pot: 3055 won by purdey02 (3055) +Rake taken: €0 +Seat 6: sylduc (1455), net: -15 +Seat 7: WARIO KASH (7340), net: -30 +Seat 8: Turnlast_ (1525), net: -30 +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (3055), net: +1565, [Kh, Ah] (HIGH_CARD ACE) +Seat 1: Thenus009 (10), net: -1490, [Kd, 9s] (HIGH_CARD KING) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1455) +***** End of hand T5-17298370-6 ***** +***** History for hand T5-17298370-7 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:06:10 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: WARIO KASH (7340) +Seat 8: Turnlast_ (1525) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (3055) +Seat 1: Thenus009 (10) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1455) +Seat 6: sylduc (1455) +WARIO KASH posts small blind (15) +Turnlast_ posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [5h, 9s] +lasvegas84 folds +purdey02 folds +Thenus009 calls 10 [all in] +maximef37 folds +Sar1 folds +cissou18 folds +besac025 folds +sylduc folds +WARIO KASH calls 15 +Turnlast_ checks +--- Dealing flop [2h, Qs, Jc] +WARIO KASH checks +Turnlast_ bets 75 +WARIO KASH folds +--- Dealing flop [2h, Qs, Jc] +--- Dealing turn [2d] +--- Dealing river [Th] +--- +Summary: +Main pot: 30 won by Turnlast_ (30) +Side pot 1: 40 won by Turnlast_ (40) +Rake taken: €0 +Seat 7: WARIO KASH (7310), net: -30 +Seat 8: Turnlast_ (1565), net: +40, [6c, Js] (TWO_PAIR JACK, TWO) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (3055) +Seat 1: Thenus009 (0), net: -10, [5d, Td] (TWO_PAIR TEN, TWO) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1455) +Seat 6: sylduc (1455) +***** End of hand T5-17298370-7 ***** +***** History for hand T5-17298370-8 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:07:07 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: Turnlast_ (1565) +Seat 9: lasvegas84 (1500) +Seat 10: purdey02 (3055) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1455) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7310) +Turnlast_ posts small blind (15) +lasvegas84 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Td, Kd] +purdey02 folds +maximef37 folds +Sar1 folds +cissou18 folds +besac025 raises 60 to 60 +sylduc folds +WARIO KASH folds +Turnlast_ calls 45 +lasvegas84 folds +--- Dealing flop [4c, Jd, 8d] +Turnlast_ checks +besac025 bets 150 +Turnlast_ calls 150 +--- Dealing turn [Kh] +Turnlast_ checks +besac025 bets 450 +Turnlast_ folds +--- +Summary: +Main pot: 450 won by besac025 (450) +Rake taken: €0 +Seat 8: Turnlast_ (1355), net: -210 +Seat 9: lasvegas84 (1470), net: -30 +Seat 10: purdey02 (3055) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1695), net: +240 +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7310) +***** End of hand T5-17298370-8 ***** +***** History for hand T5-17298370-9 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:08:19 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: lasvegas84 (1470) +Seat 10: purdey02 (3055) +Seat 1: olimellau (5900) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1695) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7310) +Seat 8: Turnlast_ (1355) +lasvegas84 posts small blind (15) +purdey02 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [8s, 9c] +olimellau calls 30 +maximef37 folds +Sar1 folds +cissou18 folds +besac025 folds +sylduc folds +WARIO KASH calls 30 +Turnlast_ folds +lasvegas84 folds +purdey02 checks +--- Dealing flop [Ts, 5d, Jc] +purdey02 checks +olimellau bets 30 +WARIO KASH raises 90 to 90 +purdey02 folds +olimellau calls 60 +--- Dealing turn [Jd] +olimellau checks +WARIO KASH bets 135 +olimellau calls 135 +--- Dealing river [As] +olimellau checks +WARIO KASH checks +--- +Summary: +Main pot: 555 won by WARIO KASH (555) +Rake taken: €0 +Seat 9: lasvegas84 (1455), net: -15 +Seat 10: purdey02 (3025), net: -30 +Seat 1: olimellau (5645), net: -255, [9s, Qh] (PAIR JACK) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1695) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7610), net: +300, [6d, 6s] (TWO_PAIR JACK, SIX) +Seat 8: Turnlast_ (1355) +***** End of hand T5-17298370-9 ***** +***** History for hand T5-17298370-10 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:09:54 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: purdey02 (3025) +Seat 1: olimellau (5645) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (1695) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7610) +Seat 8: Turnlast_ (1355) +Seat 9: lasvegas84 (1455) +purdey02 posts small blind (15) +olimellau posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [As, Ts] +maximef37 folds +Sar1 folds +cissou18 folds +besac025 raises 60 to 60 +sylduc folds +WARIO KASH folds +Turnlast_ calls 60 +lasvegas84 folds +purdey02 folds +olimellau calls 30 +--- Dealing flop [7h, Qd, 2s] +olimellau checks +besac025 checks +Turnlast_ bets 195 +olimellau folds +besac025 raises 390 to 390 +Turnlast_ calls 195 +--- Dealing turn [3s] +besac025 bets 1245 [all in] +Turnlast_ calls 905 [all in] +--- Dealing turn [3s] +--- Dealing river [Th] +--- +Summary: +Main pot: 2785 won by besac025 (2785) +Rake taken: €0 +Seat 10: purdey02 (3010), net: -15 +Seat 1: olimellau (5585), net: -60 +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (3125), net: +1430, [As, Ts] (PAIR TEN) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7610) +Seat 8: Turnlast_ (0), net: -1355, [7d, 9c] (PAIR SEVEN) +Seat 9: lasvegas84 (1455) +***** End of hand T5-17298370-10 ***** +***** History for hand T5-17298370-11 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:11:50 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: olimellau (5585) +Seat 2: maximef37 (1470) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (3125) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7610) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +olimellau posts small blind (25) +maximef37 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Tc, Qh] +Sar1 folds +cissou18 folds +besac025 calls 50 +sylduc folds +WARIO KASH calls 50 +lasvegas84 folds +purdey02 folds +olimellau calls 25 +maximef37 checks +--- Dealing flop [Td, Qd, Js] +olimellau checks +maximef37 checks +besac025 checks +WARIO KASH bets 150 +olimellau folds +maximef37 calls 150 +besac025 calls 150 +--- Dealing turn [6c] +maximef37 checks +besac025 checks +WARIO KASH bets 300 +maximef37 folds +besac025 calls 300 +--- Dealing river [Jh] +besac025 checks +WARIO KASH checks +--- +Summary: +Main pot: 1250 won by besac025 (1250) +Rake taken: €0 +Seat 1: olimellau (5535), net: -50 +Seat 2: maximef37 (1270), net: -200 +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (3875), net: +750, [Tc, Qh] (TWO_PAIR QUEEN, JACK) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7110), net: -500 +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +***** End of hand T5-17298370-11 ***** +***** History for hand T5-17298370-12 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:13:32 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: maximef37 (1270) +Seat 3: Sar1 (1700) +Seat 4: cissou18 (1500) +Seat 5: besac025 (3875) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7110) +Seat 8: benok (2340) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5535) +maximef37 posts small blind (25) +Sar1 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Tc, 8d] +cissou18 folds +besac025 folds +sylduc folds +WARIO KASH calls 50 +benok folds +lasvegas84 folds +purdey02 folds +olimellau folds +maximef37 raises 225 to 250 +Sar1 folds +WARIO KASH folds +--- +Summary: +Main pot: 150 won by maximef37 (150) +Rake taken: €0 +Seat 2: maximef37 (1370), net: +100 +Seat 3: Sar1 (1650), net: -50 +Seat 4: cissou18 (1500) +Seat 5: besac025 (3875) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7060), net: -50 +Seat 8: benok (2340) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5535) +***** End of hand T5-17298370-12 ***** +***** History for hand T5-17298370-13 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:14:15 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: Sar1 (1650) +Seat 4: cissou18 (1500) +Seat 5: besac025 (3875) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7060) +Seat 8: benok (2340) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5535) +Seat 2: maximef37 (1370) +Sar1 posts small blind (25) +cissou18 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [8c, 6h] +besac025 folds +sylduc folds +WARIO KASH calls 50 +benok raises 200 to 200 +lasvegas84 folds +purdey02 folds +olimellau calls 200 +maximef37 folds +Sar1 folds +cissou18 folds +WARIO KASH folds +--- Dealing flop [Th, 9d, Ks] +benok checks +olimellau bets 200 +benok folds +--- +Summary: +Main pot: 525 won by olimellau (525) +Rake taken: €0 +Seat 3: Sar1 (1625), net: -25 +Seat 4: cissou18 (1450), net: -50 +Seat 5: besac025 (3875) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7010), net: -50 +Seat 8: benok (2140), net: -200 +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5860), net: +325 +Seat 2: maximef37 (1370) +***** End of hand T5-17298370-13 ***** +***** History for hand T5-17298370-14 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:15:03 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: cissou18 (1450) +Seat 5: besac025 (3875) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7010) +Seat 8: benok (2140) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5860) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1625) +cissou18 posts small blind (25) +besac025 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Js, 2s] +sylduc folds +WARIO KASH raises 125 to 125 +benok folds +lasvegas84 folds +purdey02 folds +olimellau folds +maximef37 folds +Sar1 calls 125 +cissou18 folds +besac025 folds +--- Dealing flop [6d, 2h, 7d] +WARIO KASH bets 600 +Sar1 folds +--- +Summary: +Main pot: 325 won by WARIO KASH (325) +Rake taken: €0 +Seat 4: cissou18 (1425), net: -25 +Seat 5: besac025 (3825), net: -50 +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7210), net: +200 +Seat 8: benok (2140) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5860) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500), net: -125 +***** End of hand T5-17298370-14 ***** +***** History for hand T5-17298370-15 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:15:56 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: besac025 (3825) +Seat 6: sylduc (1455) +Seat 7: WARIO KASH (7210) +Seat 8: benok (2140) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (3010) +Seat 1: olimellau (5860) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +besac025 posts small blind (25) +sylduc posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Ad, 5d] +WARIO KASH folds +benok calls 50 +lasvegas84 folds +purdey02 calls 50 +olimellau calls 50 +maximef37 folds +Sar1 folds +cissou18 folds +besac025 calls 25 +sylduc checks +--- Dealing flop [7h, Js, 3c] +besac025 checks +sylduc checks +benok checks +purdey02 checks +olimellau checks +--- Dealing turn [7c] +besac025 checks +sylduc checks +benok checks +purdey02 checks +olimellau checks +--- Dealing river [6s] +besac025 checks +sylduc checks +benok checks +purdey02 checks +olimellau checks +--- +Summary: +Main pot: 250 won by besac025 (250) +Rake taken: €0 +Seat 5: besac025 (4025), net: +200, [Ad, 5d] (PAIR SEVEN) +Seat 6: sylduc (1405), net: -50 +Seat 7: WARIO KASH (7210) +Seat 8: benok (2090), net: -50 +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (2960), net: -50 +Seat 1: olimellau (5810), net: -50 +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +***** End of hand T5-17298370-15 ***** +***** History for hand T5-17298370-16 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:17:11 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: sylduc (1405) +Seat 7: WARIO KASH (7210) +Seat 8: benok (2090) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (2960) +Seat 1: olimellau (5810) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (4025) +sylduc posts small blind (40) +WARIO KASH posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Kc, 3d] +benok raises 160 to 160 +lasvegas84 folds +purdey02 calls 160 +olimellau calls 160 +maximef37 folds +Sar1 folds +cissou18 folds +besac025 folds +sylduc folds +WARIO KASH calls 80 +--- Dealing flop [9s, 9d, 6c] +WARIO KASH checks +benok bets 160 +purdey02 calls 160 +olimellau calls 160 +WARIO KASH calls 160 +--- Dealing turn [4c] +WARIO KASH checks +benok checks +purdey02 checks +olimellau bets 360 +WARIO KASH folds +benok raises 1770 to 1770 [all in] +purdey02 folds +olimellau calls 1410 +--- Dealing turn [4c] +--- Dealing river [Qs] +--- +Summary: +Main pot: 4860 won by olimellau (4860) +Rake taken: €0 +Seat 6: sylduc (1365), net: -40 +Seat 7: WARIO KASH (6890), net: -320 +Seat 8: benok (0), net: -2090, [Ah, Jd] (PAIR NINE) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (2640), net: -320 +Seat 1: olimellau (8580), net: +2770, [9h, Qd] (FULL_HOUSE NINE, QUEEN) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (4025) +***** End of hand T5-17298370-16 ***** +***** History for hand T5-17298370-17 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:18:33 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: WARIO KASH (6890) +Seat 9: lasvegas84 (1455) +Seat 10: purdey02 (2640) +Seat 1: olimellau (8580) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (4025) +Seat 6: sylduc (1365) +WARIO KASH posts small blind (40) +lasvegas84 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 9h] +purdey02 folds +olimellau calls 80 +maximef37 folds +Sar1 folds +cissou18 folds +besac025 calls 80 +sylduc folds +WARIO KASH raises 360 to 400 +lasvegas84 folds +olimellau calls 320 +besac025 folds +--- Dealing flop [Kc, 6s, 7s] +WARIO KASH bets 960 +olimellau folds +--- +Summary: +Main pot: 960 won by WARIO KASH (960) +Rake taken: €0 +Seat 7: WARIO KASH (7450), net: +560 +Seat 9: lasvegas84 (1375), net: -80 +Seat 10: purdey02 (2640) +Seat 1: olimellau (8180), net: -400 +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (3945), net: -80 +Seat 6: sylduc (1365) +***** End of hand T5-17298370-17 ***** +***** History for hand T5-17298370-18 (TOURNAMENT: "Kitz Poker Trophy qualif", R-271-14, buy-in: €0) ***** +Start hand: Wed Dec 22 21:19:19 GMT+0100 2010 +Table: Table #66 [17298370] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 9: lasvegas84 (1375) +Seat 10: purdey02 (2640) +Seat 1: olimellau (8180) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (3945) +Seat 6: sylduc (1365) +Seat 7: WARIO KASH (7450) +lasvegas84 posts small blind (40) +purdey02 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Ac, Kc] +olimellau calls 80 +maximef37 folds +Sar1 folds +cissou18 folds +besac025 raises 320 to 320 +sylduc folds +WARIO KASH folds +lasvegas84 folds +purdey02 folds +olimellau calls 240 +--- Dealing flop [Jc, 8s, 7s] +olimellau checks +besac025 bets 560 +olimellau raises 1120 to 1120 +besac025 raises 3065 to 3625 [all in] +olimellau calls 2505 +--- Dealing flop [Jc, 8s, 7s] +--- Dealing turn [2s] +--- Dealing river [Ts] +--- +Summary: +Main pot: 8010 won by olimellau (8010) +Rake taken: €0 +Seat 9: lasvegas84 (1335), net: -40 +Seat 10: purdey02 (2560), net: -80 +Seat 1: olimellau (12245), net: +4065, [Js, 4s] (FLUSH JACK) +Seat 2: maximef37 (1370) +Seat 3: Sar1 (1500) +Seat 4: cissou18 (1425) +Seat 5: besac025 (0), net: -3945, [Ac, Kc] (HIGH_CARD ACE) +Seat 6: sylduc (1365) +Seat 7: WARIO KASH (7450) +***** End of hand T5-17298370-18 ***** diff --git a/pyfpdb/regression-test-files/tour/ongame/R-274-110.txt b/pyfpdb/regression-test-files/tour/ongame/R-274-110.txt new file mode 100644 index 00000000..93579358 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-274-110.txt @@ -0,0 +1,3559 @@ +***** History for hand T5-18949598-1 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:28:29 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: besac025 (1500) +Seat 5: jejenath (1500) +Seat 6: RoceBane (1500) +Seat 7: GarciaLorca (1500) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 10: hophophop92 (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (1500) +Seat 3: POLO72 (1500) +besac025 posts small blind (10) +jejenath posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Tc, 3h] +RoceBane folds +GarciaLorca folds +Elvakesdes folds +zepekenyo folds +hophophop92 folds +zaza20 folds +darkste13 calls 20 +POLO72 calls 20 +besac025 calls 10 +jejenath checks +--- Dealing flop [As, Qh, 2d] +besac025 checks +jejenath checks +darkste13 bets 40 +POLO72 folds +besac025 folds +jejenath folds +--- +Summary: +Main pot: 80 won by darkste13 (80) +Rake taken: €0 +Seat 4: besac025 (1480), net: -20 +Seat 5: jejenath (1480), net: -20 +Seat 6: RoceBane (1500) +Seat 7: GarciaLorca (1500) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 10: hophophop92 (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (1560), net: +60 +Seat 3: POLO72 (1480), net: -20 +***** End of hand T5-18949598-1 ***** +***** History for hand T5-18949598-2 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:31:14 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: jejenath (1480) +Seat 6: RoceBane (1500) +Seat 7: GarciaLorca (1500) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 10: hophophop92 (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (1560) +Seat 3: POLO72 (1480) +Seat 4: besac025 (1480) +jejenath posts small blind (10) +RoceBane posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [2s, 6c] +GarciaLorca folds +Elvakesdes folds +zepekenyo folds +hophophop92 folds +zaza20 folds +darkste13 folds +POLO72 calls 20 +besac025 folds +jejenath calls 10 +RoceBane checks +--- Dealing flop [Js, Qc, Kd] +jejenath checks +RoceBane checks +POLO72 bets 20 +jejenath folds +RoceBane folds +--- +Summary: +Main pot: 60 won by POLO72 (60) +Rake taken: €0 +Seat 5: jejenath (1460), net: -20 +Seat 6: RoceBane (1480), net: -20 +Seat 7: GarciaLorca (1500) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 10: hophophop92 (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (1560) +Seat 3: POLO72 (1520), net: +40 +Seat 4: besac025 (1480) +***** End of hand T5-18949598-2 ***** +***** History for hand T5-18949598-3 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:31:53 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 5 +Players in round: 9 +Seat 6: RoceBane (1480) +Seat 7: GarciaLorca (1500) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (1560) +Seat 3: POLO72 (1520) +Seat 4: besac025 (1480) +Seat 5: jejenath (1460) +RoceBane posts small blind (10) +GarciaLorca posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Tc, Qc] +Elvakesdes folds +zepekenyo folds +zaza20 folds +darkste13 calls 20 +POLO72 calls 20 +besac025 calls 20 +jejenath raises 100 to 100 +RoceBane folds +GarciaLorca folds +darkste13 calls 80 +POLO72 calls 80 +besac025 calls 80 +--- Dealing flop [3c, Kc, 9d] +darkste13 bets 220 +POLO72 folds +besac025 raises 1380 to 1380 [all in] +jejenath calls 1360 [all in] +darkste13 calls 1160 +--- Dealing flop [3c, Kc, 9d] +--- Dealing turn [7c] +--- Dealing river [2c] +--- +Summary: +Main pot: 4510 won by besac025 (4510) +Side pot 1: 40 won by besac025 (40) +Rake taken: €0 +Seat 6: RoceBane (1470), net: -10 +Seat 7: GarciaLorca (1480), net: -20 +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (80), net: -1480, [Td, Kd] (PAIR KING) +Seat 3: POLO72 (1420), net: -100 +Seat 4: besac025 (4550), net: +3070, [Tc, Qc] (FLUSH KING) +Seat 5: jejenath (0), net: -1460, [Qd, Ks] (PAIR KING) +***** End of hand T5-18949598-3 ***** +***** History for hand T5-18949598-4 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:32:55 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: GarciaLorca (1480) +Seat 8: Elvakesdes (1500) +Seat 9: zepekenyo (1500) +Seat 10: ADR1105 (1500) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (80) +Seat 3: POLO72 (1420) +Seat 4: besac025 (4550) +Seat 6: RoceBane (1470) +GarciaLorca posts small blind (10) +Elvakesdes posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [6h, 7d] +zepekenyo folds +ADR1105 calls 20 +zaza20 folds +darkste13 raises 80 to 80 [all in] +POLO72 folds +besac025 folds +RoceBane folds +GarciaLorca folds +Elvakesdes calls 60 +ADR1105 calls 60 +--- Dealing flop [Td, Ac, 5s] +Elvakesdes bets 250 +ADR1105 calls 250 +--- Dealing turn [Kh] +Elvakesdes checks +ADR1105 bets 750 +Elvakesdes folds +--- Dealing turn [Kh] +--- Dealing river [9c] +--- +Summary: +Main pot: 250 won by ADR1105 (250) +Side pot 1: 500 won by ADR1105 (500) +Rake taken: €0 +Seat 7: GarciaLorca (1470), net: -10 +Seat 8: Elvakesdes (1170), net: -330 +Seat 9: zepekenyo (1500) +Seat 10: ADR1105 (1920), net: +420, [As, 4d] (PAIR ACE) +Seat 1: zaza20 (1500) +Seat 2: darkste13 (0), net: -80, [8h, 4h] (HIGH_CARD ACE) +Seat 3: POLO72 (1420) +Seat 4: besac025 (4550) +Seat 6: RoceBane (1470) +***** End of hand T5-18949598-4 ***** +***** History for hand T5-18949598-5 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:34:03 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: Elvakesdes (1170) +Seat 9: zepekenyo (1500) +Seat 10: ADR1105 (1920) +Seat 1: zaza20 (1500) +Seat 3: POLO72 (1420) +Seat 4: besac025 (4550) +Seat 5: y_trunck80 (1480) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Elvakesdes posts small blind (10) +zepekenyo posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [9c, 3c] +ADR1105 calls 20 +zaza20 folds +POLO72 raises 100 to 100 +besac025 folds +y_trunck80 folds +RoceBane folds +GarciaLorca folds +Elvakesdes folds +zepekenyo folds +ADR1105 folds +--- +Summary: +Main pot: 70 won by POLO72 (70) +Rake taken: €0 +Seat 8: Elvakesdes (1160), net: -10 +Seat 9: zepekenyo (1480), net: -20 +Seat 10: ADR1105 (1900), net: -20 +Seat 1: zaza20 (1500) +Seat 3: POLO72 (1470), net: +50 +Seat 4: besac025 (4550) +Seat 5: y_trunck80 (1480) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +***** End of hand T5-18949598-5 ***** +***** History for hand T5-18949598-6 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:34:49 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: zepekenyo (1480) +Seat 10: ADR1105 (1900) +Seat 1: zaza20 (1500) +Seat 2: macody53 (1690) +Seat 3: POLO72 (1470) +Seat 4: besac025 (4550) +Seat 5: y_trunck80 (1480) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1160) +zepekenyo posts small blind (15) +ADR1105 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Ts, Kd] +zaza20 folds +macody53 raises 60 to 60 +POLO72 folds +besac025 folds +y_trunck80 folds +RoceBane folds +GarciaLorca folds +Elvakesdes raises 225 to 225 +zepekenyo folds +ADR1105 folds +macody53 folds +--- +Summary: +Main pot: 165 won by Elvakesdes (165) +Rake taken: €0 +Seat 9: zepekenyo (1465), net: -15 +Seat 10: ADR1105 (1870), net: -30 +Seat 1: zaza20 (1500) +Seat 2: macody53 (1630), net: -60 +Seat 3: POLO72 (1470) +Seat 4: besac025 (4550) +Seat 5: y_trunck80 (1480) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1265), net: +105 +***** End of hand T5-18949598-6 ***** +***** History for hand T5-18949598-7 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:36:31 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 10: ADR1105 (1870) +Seat 1: zaza20 (1500) +Seat 2: macody53 (1630) +Seat 3: POLO72 (1470) +Seat 4: besac025 (4550) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1265) +Seat 9: zepekenyo (1465) +ADR1105 posts small blind (15) +zaza20 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [4d, Kh] +macody53 folds +POLO72 raises 105 to 105 +besac025 folds +RoceBane folds +GarciaLorca folds +Elvakesdes folds +zepekenyo folds +ADR1105 folds +zaza20 folds +--- +Summary: +Main pot: 75 won by POLO72 (75) +Rake taken: €0 +Seat 10: ADR1105 (1855), net: -15 +Seat 1: zaza20 (1470), net: -30 +Seat 2: macody53 (1630) +Seat 3: POLO72 (1515), net: +45 +Seat 4: besac025 (4550) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1265) +Seat 9: zepekenyo (1465) +***** End of hand T5-18949598-7 ***** +***** History for hand T5-18949598-8 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:36:59 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: zaza20 (1470) +Seat 2: macody53 (1630) +Seat 3: POLO72 (1515) +Seat 4: besac025 (4550) +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1265) +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (1855) +zaza20 posts small blind (15) +macody53 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Kh, 6c] +POLO72 calls 30 +besac025 folds +coco76 folds +RoceBane folds +GarciaLorca folds +Elvakesdes raises 180 to 180 +zepekenyo folds +ADR1105 folds +zaza20 folds +macody53 folds +POLO72 folds +--- +Summary: +Main pot: 105 won by Elvakesdes (105) +Rake taken: €0 +Seat 1: zaza20 (1455), net: -15 +Seat 2: macody53 (1600), net: -30 +Seat 3: POLO72 (1485), net: -30 +Seat 4: besac025 (4550) +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1340), net: +75 +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (1855) +***** End of hand T5-18949598-8 ***** +***** History for hand T5-18949598-9 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:37:48 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: macody53 (1600) +Seat 3: POLO72 (1485) +Seat 4: besac025 (4550) +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1470) +Seat 8: Elvakesdes (1340) +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (1855) +Seat 1: zaza20 (1455) +macody53 posts small blind (15) +POLO72 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Kd, Kc] +besac025 calls 30 +coco76 folds +RoceBane folds +GarciaLorca calls 30 +Elvakesdes calls 30 +zepekenyo folds +ADR1105 calls 30 +zaza20 folds +macody53 calls 15 +POLO72 checks +--- Dealing flop [9d, 3h, Js] +macody53 checks +POLO72 bets 45 +besac025 raises 90 to 90 +GarciaLorca folds +Elvakesdes folds +ADR1105 raises 405 to 405 +macody53 folds +POLO72 folds +besac025 raises 4430 to 4520 [all in] +ADR1105 calls 1420 [all in] +--- Dealing flop [9d, 3h, Js] +--- Dealing turn [5h] +--- Dealing river [7s] +--- +Summary: +Main pot: 3875 won by ADR1105 (3875) +Rake taken: €0 +Seat 2: macody53 (1570), net: -30 +Seat 3: POLO72 (1410), net: -75 +Seat 4: besac025 (2695), net: -1855, [Kd, Kc] (PAIR KING) +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1440), net: -30 +Seat 8: Elvakesdes (1310), net: -30 +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (3875), net: +2020, [3c, 3d] (THREE_OF_A_KIND THREE) +Seat 1: zaza20 (1455) +***** End of hand T5-18949598-9 ***** +***** History for hand T5-18949598-10 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:39:06 GMT+0100 2011 +Table: Table #84 [18949598] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: POLO72 (1410) +Seat 4: besac025 (2695) +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1440) +Seat 8: Elvakesdes (1310) +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (3875) +Seat 1: zaza20 (1455) +Seat 2: macody53 (1570) +POLO72 posts small blind (15) +besac025 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [4h, Qh] +coco76 folds +RoceBane folds +GarciaLorca raises 90 to 90 +Elvakesdes folds +zepekenyo folds +ADR1105 calls 90 +zaza20 folds +macody53 folds +POLO72 calls 75 +besac025 calls 60 +--- Dealing flop [8c, 6c, Kd] +POLO72 bets 375 +besac025 folds +GarciaLorca folds +ADR1105 folds +--- +Summary: +Main pot: 360 won by POLO72 (360) +Rake taken: €0 +Seat 3: POLO72 (1680), net: +270 +Seat 4: besac025 (2605), net: -90 +Seat 5: coco76 (1470) +Seat 6: RoceBane (1470) +Seat 7: GarciaLorca (1350), net: -90 +Seat 8: Elvakesdes (1310) +Seat 9: zepekenyo (1465) +Seat 10: ADR1105 (3785), net: -90 +Seat 1: zaza20 (1455) +Seat 2: macody53 (1570) +***** End of hand T5-18949598-10 ***** +***** History for hand T5-18949649-10 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:42:52 GMT+0100 2011 +Table: Table #33 [18949649] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: horimono (3325) +Seat 10: tartuf76 (1490) +Seat 1: pibale (1300) +Seat 2: danys (6535) +Seat 3: fatal29 (1725) +Seat 4: SYL1 (1365) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1440) +Seat 7: besac025 (2605) +Seat 8: T-Hung (1405) +horimono posts small blind (25) +tartuf76 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [4h, Jd] +pibale calls 50 +danys folds +fatal29 folds +SYL1 calls 50 +RABOLIOT56 folds +Stefane13 calls 50 +besac025 folds +T-Hung raises 1405 to 1405 [all in] +horimono folds +tartuf76 folds +pibale folds +SYL1 folds +Stefane13 folds +--- +Summary: +Main pot: 275 won by T-Hung (275) +Rake taken: €0 +Seat 9: horimono (3300), net: -25 +Seat 10: tartuf76 (1440), net: -50 +Seat 1: pibale (1250), net: -50 +Seat 2: danys (6535) +Seat 3: fatal29 (1725) +Seat 4: SYL1 (1315), net: -50 +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1390), net: -50 +Seat 7: besac025 (2605) +Seat 8: T-Hung (1630), net: +225 +***** End of hand T5-18949649-10 ***** +***** History for hand T5-18949649-11 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:43:42 GMT+0100 2011 +Table: Table #33 [18949649] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: tartuf76 (1440) +Seat 1: pibale (1250) +Seat 2: danys (6535) +Seat 3: fatal29 (1725) +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1390) +Seat 7: besac025 (2605) +Seat 8: T-Hung (1630) +Seat 9: horimono (3300) +tartuf76 posts small blind (25) +pibale posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Td, Ks] +danys folds +fatal29 calls 50 +SYL1 folds +RABOLIOT56 folds +Stefane13 folds +besac025 raises 100 to 100 +T-Hung folds +horimono calls 100 +tartuf76 folds +pibale calls 50 +fatal29 calls 50 +--- Dealing flop [5c, 4h, 6d] +pibale checks +fatal29 checks +besac025 checks +horimono bets 500 +pibale folds +fatal29 calls 500 +besac025 folds +--- Dealing turn [7c] +fatal29 checks +horimono bets 500 +fatal29 calls 500 +--- Dealing river [8s] +fatal29 checks +horimono bets 500 +fatal29 folds +--- +Summary: +Main pot: 2425 won by horimono (2425) +Rake taken: €0 +Seat 10: tartuf76 (1415), net: -25 +Seat 1: pibale (1150), net: -100 +Seat 2: danys (6535) +Seat 3: fatal29 (625), net: -1100 +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1390) +Seat 7: besac025 (2505), net: -100 +Seat 8: T-Hung (1630) +Seat 9: horimono (4625), net: +1325 +***** End of hand T5-18949649-11 ***** +***** History for hand T5-18949649-12 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:45:50 GMT+0100 2011 +Table: Table #33 [18949649] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: pibale (1150) +Seat 2: danys (6535) +Seat 3: fatal29 (625) +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1390) +Seat 7: besac025 (2505) +Seat 8: T-Hung (1630) +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +pibale posts small blind (25) +danys posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [9d, 2d] +fatal29 folds +SYL1 folds +RABOLIOT56 folds +Stefane13 calls 50 +besac025 folds +T-Hung raises 1630 to 1630 [all in] +horimono folds +tartuf76 folds +pibale folds +danys folds +Stefane13 folds +--- +Summary: +Main pot: 175 won by T-Hung (175) +Rake taken: €0 +Seat 1: pibale (1125), net: -25 +Seat 2: danys (6485), net: -50 +Seat 3: fatal29 (625) +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1340), net: -50 +Seat 7: besac025 (2505) +Seat 8: T-Hung (1755), net: +125 +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +***** End of hand T5-18949649-12 ***** +***** History for hand T5-18949649-13 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:46:59 GMT+0100 2011 +Table: Table #33 [18949649] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: danys (6485) +Seat 3: fatal29 (625) +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3625) +Seat 6: Stefane13 (1340) +Seat 7: besac025 (2505) +Seat 8: T-Hung (1755) +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +Seat 1: pibale (1125) +danys posts small blind (40) +fatal29 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [4s, 8c] +SYL1 folds +RABOLIOT56 raises 160 to 160 +Stefane13 folds +besac025 folds +T-Hung folds +horimono folds +tartuf76 folds +pibale folds +danys calls 120 +fatal29 calls 80 +--- Dealing flop [7s, 8s, Qs] +danys checks +fatal29 bets 465 [all in] +RABOLIOT56 folds +danys folds +--- +Summary: +Main pot: 480 won by fatal29 (480) +Rake taken: €0 +Seat 2: danys (6325), net: -160 +Seat 3: fatal29 (945), net: +320 +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3465), net: -160 +Seat 6: Stefane13 (1340) +Seat 7: besac025 (2505) +Seat 8: T-Hung (1755) +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +Seat 1: pibale (1125) +***** End of hand T5-18949649-13 ***** +***** History for hand T5-18949649-14 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:48:03 GMT+0100 2011 +Table: Table #33 [18949649] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: fatal29 (945) +Seat 4: SYL1 (1315) +Seat 5: RABOLIOT56 (3465) +Seat 6: Stefane13 (1340) +Seat 7: besac025 (2505) +Seat 8: T-Hung (1755) +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +Seat 1: pibale (1125) +Seat 2: danys (6325) +fatal29 posts small blind (40) +SYL1 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [2s, Th] +RABOLIOT56 raises 480 to 480 +Stefane13 folds +besac025 folds +T-Hung folds +horimono folds +tartuf76 folds +pibale raises 1125 to 1125 [all in] +danys calls 1125 +fatal29 calls 905 [all in] +SYL1 folds +RABOLIOT56 raises 2985 to 3465 [all in] +danys calls 2340 +--- +--- Dealing flop [2c, 6s, 9s] +--- Dealing turn [8s] +--- Dealing river [7h] +--- +Summary: +Main pot: 3860 won by danys (1930), RABOLIOT56 (1930) +Side pot 1: 540 won by danys (270), RABOLIOT56 (270) +Side pot 2: 4680 won by danys (2340), RABOLIOT56 (2340) +Rake taken: €0 +Seat 3: fatal29 (0), net: -945, [Ks, Kh] (PAIR KING) +Seat 4: SYL1 (1235), net: -80 +Seat 5: RABOLIOT56 (4540), net: +1075, [Ad, Tc] (STRAIGHT TEN) +Seat 6: Stefane13 (1340) +Seat 7: besac025 (2505) +Seat 8: T-Hung (1755) +Seat 9: horimono (4625) +Seat 10: tartuf76 (1415) +Seat 1: pibale (0), net: -1125, [Js, Jc] (PAIR JACK) +Seat 2: danys (7400), net: +1075, [Ts, Kc] (STRAIGHT TEN) +***** End of hand T5-18949649-14 ***** +***** History for hand T5-18949590-16 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:50:31 GMT+0100 2011 +Table: Table #92 [18949590] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: choupy7777 (3560) +Seat 3: ABLAKAJAKA (3255) +Seat 4: toti18 (2365) +Seat 5: besac025 (2505) +Seat 6: christian&31 (1315) +Seat 7: riko (2900) +Seat 8: poul82 (3130) +Seat 9: Trigger1 (1215) +Seat 10: Noosby_ (3310) +Seat 1: x_KIKI (1350) +choupy7777 posts small blind (40) +ABLAKAJAKA posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [9d, 5c] +toti18 folds +besac025 folds +christian&31 folds +riko raises 2900 to 2900 [all in] +poul82 folds +Trigger1 calls 1215 [all in] +Noosby_ folds +x_KIKI folds +choupy7777 folds +ABLAKAJAKA folds +--- +--- Dealing flop [Qs, Td, Jd] +--- Dealing turn [4c] +--- Dealing river [6d] +--- +Summary: +Main pot: 2550 won by riko (2550) +Rake taken: €0 +Seat 2: choupy7777 (3520), net: -40 +Seat 3: ABLAKAJAKA (3175), net: -80 +Seat 4: toti18 (2365) +Seat 5: besac025 (2505) +Seat 6: christian&31 (1315) +Seat 7: riko (4235), net: +1335, [Kh, Ad] (STRAIGHT ACE) +Seat 8: poul82 (3130) +Seat 9: Trigger1 (0), net: -1215, [7d, 7s] (PAIR SEVEN) +Seat 10: Noosby_ (3310) +Seat 1: x_KIKI (1350) +***** End of hand T5-18949590-16 ***** +***** History for hand T5-18949590-17 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:51:50 GMT+0100 2011 +Table: Table #92 [18949590] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 2 +Players in round: 9 +Seat 3: ABLAKAJAKA (3175) +Seat 4: toti18 (2365) +Seat 5: besac025 (2505) +Seat 6: christian&31 (1315) +Seat 7: riko (4235) +Seat 8: poul82 (3130) +Seat 10: Noosby_ (3310) +Seat 1: x_KIKI (1350) +Seat 2: choupy7777 (3520) +ABLAKAJAKA posts small blind (40) +toti18 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Kd, Jc] +besac025 calls 80 +christian&31 folds +riko folds +poul82 calls 80 +Noosby_ calls 80 +x_KIKI folds +choupy7777 folds +ABLAKAJAKA folds +toti18 checks +--- Dealing flop [8s, Qc, 4s] +toti18 checks +besac025 checks +poul82 bets 80 +Noosby_ calls 80 +toti18 folds +besac025 folds +--- Dealing turn [7d] +poul82 bets 80 +Noosby_ folds +--- +Summary: +Main pot: 520 won by poul82 (520) +Rake taken: €0 +Seat 3: ABLAKAJAKA (3135), net: -40 +Seat 4: toti18 (2285), net: -80 +Seat 5: besac025 (2425), net: -80 +Seat 6: christian&31 (1315) +Seat 7: riko (4235) +Seat 8: poul82 (3490), net: +360 +Seat 10: Noosby_ (3150), net: -160 +Seat 1: x_KIKI (1350) +Seat 2: choupy7777 (3520) +***** End of hand T5-18949590-17 ***** +***** History for hand T5-18949590-18 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:53:08 GMT+0100 2011 +Table: Table #92 [18949590] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: toti18 (2285) +Seat 5: besac025 (2425) +Seat 6: christian&31 (1315) +Seat 7: riko (4235) +Seat 8: poul82 (3490) +Seat 9: pascalou80 (4090) +Seat 10: Noosby_ (3150) +Seat 1: x_KIKI (1350) +Seat 2: choupy7777 (3520) +Seat 3: ABLAKAJAKA (3135) +toti18 posts small blind (60) +besac025 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [5s, 6c] +christian&31 raises 1315 to 1315 [all in] +riko calls 1315 +poul82 folds +pascalou80 folds +Noosby_ folds +x_KIKI folds +choupy7777 folds +ABLAKAJAKA folds +toti18 folds +besac025 folds +--- +--- Dealing flop [8h, Qc, 7d] +--- Dealing turn [8c] +--- Dealing river [3c] +--- +Summary: +Main pot: 2810 won by riko (2810) +Rake taken: €0 +Seat 4: toti18 (2225), net: -60 +Seat 5: besac025 (2305), net: -120 +Seat 6: christian&31 (0), net: -1315, [Kc, Ad] (PAIR EIGHT) +Seat 7: riko (5730), net: +1495, [Qs, Ah] (TWO_PAIR QUEEN, EIGHT) +Seat 8: poul82 (3490) +Seat 9: pascalou80 (4090) +Seat 10: Noosby_ (3150) +Seat 1: x_KIKI (1350) +Seat 2: choupy7777 (3520) +Seat 3: ABLAKAJAKA (3135) +***** End of hand T5-18949590-18 ***** +***** History for hand T5-18949637-26 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:55:03 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: PASCALD (13250) +Seat 7: Mungo92 (1395) +Seat 8: MagicMaestro (1380) +Seat 9: benetlolo (8535) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (2305) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (5660) +PASCALD posts small blind (60) +Mungo92 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [5d, 4d] +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +kuicky69 folds +besac025 folds +buga folds +kikobrasil99 raises 5660 to 5660 [all in] +PASCALD folds +Mungo92 folds +--- +Summary: +Main pot: 300 won by kikobrasil99 (300) +Rake taken: €0 +Seat 6: PASCALD (13190), net: -60 +Seat 7: Mungo92 (1275), net: -120 +Seat 8: MagicMaestro (1380) +Seat 9: benetlolo (8535) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (2305) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (5840), net: +180 +***** End of hand T5-18949637-26 ***** +***** History for hand T5-18949637-27 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:55:30 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: Mungo92 (1275) +Seat 8: MagicMaestro (1380) +Seat 9: benetlolo (8535) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (2305) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (5840) +Seat 6: PASCALD (13190) +Mungo92 posts small blind (60) +MagicMaestro posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [Ts, 5s] +benetlolo folds +nikof folds +COLONEL38 folds +kuicky69 folds +besac025 calls 120 +buga folds +kikobrasil99 folds +PASCALD calls 120 +Mungo92 folds +MagicMaestro checks +--- Dealing flop [5d, 4d, 8s] +MagicMaestro checks +besac025 bets 2185 [all in] +PASCALD calls 2185 +MagicMaestro folds +--- Dealing flop [5d, 4d, 8s] +--- Dealing turn [Td] +--- Dealing river [9d] +--- +Summary: +Main pot: 4790 won by besac025 (4790) +Rake taken: €0 +Seat 7: Mungo92 (1215), net: -60 +Seat 8: MagicMaestro (1260), net: -120 +Seat 9: benetlolo (8535) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (4790), net: +2485, [Ts, 5s] (TWO_PAIR TEN, FIVE) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (5840) +Seat 6: PASCALD (10885), net: -2305, [Qs, 8h] (PAIR EIGHT) +***** End of hand T5-18949637-27 ***** +***** History for hand T5-18949637-28 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:56:01 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: MagicMaestro (1260) +Seat 9: benetlolo (8535) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (5840) +Seat 6: PASCALD (10885) +Seat 7: Mungo92 (1215) +MagicMaestro posts small blind (60) +benetlolo posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [2h, Qh] +nikof folds +COLONEL38 folds +kuicky69 folds +besac025 folds +buga folds +kikobrasil99 calls 120 +PASCALD folds +Mungo92 folds +MagicMaestro folds +benetlolo checks +--- Dealing flop [6s, 3c, Qd] +benetlolo checks +kikobrasil99 checks +--- Dealing turn [8h] +benetlolo checks +kikobrasil99 checks +--- Dealing river [Ts] +benetlolo checks +kikobrasil99 checks +--- +Summary: +Main pot: 300 won by kikobrasil99 (300) +Rake taken: €0 +Seat 8: MagicMaestro (1200), net: -60 +Seat 9: benetlolo (8415), net: -120, [Kd, 7d] (HIGH_CARD KING) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6020), net: +180, [3d, 7c] (PAIR THREE) +Seat 6: PASCALD (10885) +Seat 7: Mungo92 (1215) +***** End of hand T5-18949637-28 ***** +***** History for hand T5-18949637-29 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:56:47 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: benetlolo (8415) +Seat 10: nikof (2000) +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6020) +Seat 6: PASCALD (10885) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +benetlolo posts small blind (60) +nikof posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [7c, Qh] +COLONEL38 folds +kuicky69 folds +besac025 folds +buga folds +kikobrasil99 calls 120 +PASCALD calls 120 +Mungo92 folds +MagicMaestro folds +benetlolo calls 60 +nikof checks +--- Dealing flop [9c, Kd, 5h] +benetlolo checks +nikof checks +kikobrasil99 checks +PASCALD checks +--- Dealing turn [Td] +benetlolo checks +nikof checks +kikobrasil99 checks +PASCALD checks +--- Dealing river [6s] +benetlolo checks +nikof checks +kikobrasil99 bets 5900 [all in] +PASCALD folds +benetlolo folds +nikof folds +--- +Summary: +Main pot: 480 won by kikobrasil99 (480) +Rake taken: €0 +Seat 9: benetlolo (8295), net: -120 +Seat 10: nikof (1880), net: -120 +Seat 1: COLONEL38 (2575) +Seat 2: kuicky69 (1265) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6380), net: +360 +Seat 6: PASCALD (10765), net: -120 +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +***** End of hand T5-18949637-29 ***** +***** History for hand T5-18949637-30 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:57:47 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 10: nikof (1880) +Seat 1: COLONEL38 (2575) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6380) +Seat 6: PASCALD (10765) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +nikof posts small blind (60) +COLONEL38 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [2h, Js] +besac025 folds +buga folds +kikobrasil99 calls 120 +PASCALD calls 120 +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof calls 60 +COLONEL38 checks +--- Dealing flop [Jd, Ad, 6s] +nikof checks +COLONEL38 checks +kikobrasil99 checks +PASCALD checks +--- Dealing turn [3d] +nikof folds +COLONEL38 checks +kikobrasil99 checks +PASCALD checks +--- Dealing river [9h] +COLONEL38 checks +kikobrasil99 checks +PASCALD checks +--- +Summary: +Main pot: 480 won by kikobrasil99 (480) +Rake taken: €0 +Seat 10: nikof (1760), net: -120 +Seat 1: COLONEL38 (2455), net: -120, [5h, 8h] (HIGH_CARD ACE) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6740), net: +360, [Th, 9s] (PAIR NINE) +Seat 6: PASCALD (10645), net: -120 +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +***** End of hand T5-18949637-30 ***** +***** History for hand T5-18949637-31 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 16:59:18 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: COLONEL38 (2455) +Seat 2: sylvain_22 (1265) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6740) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (1760) +COLONEL38 posts small blind (80) +sylvain_22 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Qc, 2d] +besac025 folds +buga folds +kikobrasil99 calls 160 +PASCALD folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 calls 80 +sylvain_22 checks +--- Dealing flop [5d, 2c, 7d] +COLONEL38 checks +sylvain_22 checks +kikobrasil99 checks +--- Dealing turn [9c] +COLONEL38 checks +sylvain_22 checks +kikobrasil99 checks +--- Dealing river [9s] +COLONEL38 checks +sylvain_22 checks +kikobrasil99 checks +--- +Summary: +Main pot: 480 won by COLONEL38 (480) +Rake taken: €0 +Seat 1: COLONEL38 (2775), net: +320, [4c, 5c] (TWO_PAIR NINE, FIVE) +Seat 2: sylvain_22 (1105), net: -160 +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6580), net: -160 +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (1760) +***** End of hand T5-18949637-31 ***** +***** History for hand T5-18949637-32 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:00:18 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: sylvain_22 (1105) +Seat 3: besac025 (4790) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (6580) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (1760) +Seat 1: COLONEL38 (2775) +sylvain_22 posts small blind (80) +besac025 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [6h, 7h] +buga folds +kikobrasil99 calls 160 +PASCALD folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof raises 1760 to 1760 [all in] +COLONEL38 folds +sylvain_22 folds +besac025 folds +kikobrasil99 calls 1600 +--- +--- Dealing flop [2c, 9s, Ts] +--- Dealing turn [8d] +--- Dealing river [5c] +--- +Summary: +Main pot: 3760 won by nikof (3760) +Rake taken: €0 +Seat 2: sylvain_22 (1025), net: -80 +Seat 3: besac025 (4630), net: -160 +Seat 4: buga (1255) +Seat 5: kikobrasil99 (4820), net: -1760, [Jd, 9d] (PAIR NINE) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (3760), net: +2000, [Th, Td] (THREE_OF_A_KIND TEN) +Seat 1: COLONEL38 (2775) +***** End of hand T5-18949637-32 ***** +***** History for hand T5-18949637-33 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:01:22 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: besac025 (4630) +Seat 4: buga (1255) +Seat 5: kikobrasil99 (4820) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (3760) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +besac025 posts small blind (80) +buga posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [9c, As] +kikobrasil99 calls 160 +PASCALD folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof raises 3760 to 3760 [all in] +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +kikobrasil99 calls 3600 +--- +--- Dealing flop [Tc, 7c, 5h] +--- Dealing turn [4c] +--- Dealing river [Qd] +--- +Summary: +Main pot: 7760 won by nikof (7760) +Rake taken: €0 +Seat 3: besac025 (4550), net: -80 +Seat 4: buga (1095), net: -160 +Seat 5: kikobrasil99 (1060), net: -3760, [3d, Ah] (HIGH_CARD ACE) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (7760), net: +4000, [7d, Ad] (PAIR SEVEN) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +***** End of hand T5-18949637-33 ***** +***** History for hand T5-18949637-34 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:01:58 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: buga (1095) +Seat 5: kikobrasil99 (1060) +Seat 6: PASCALD (10645) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (7760) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (4550) +buga posts small blind (80) +kikobrasil99 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [5s, Qd] +PASCALD calls 160 +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof raises 7760 to 7760 [all in] +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +kikobrasil99 folds +PASCALD calls 7600 +--- +--- Dealing flop [Ks, 2s, 6d] +--- Dealing turn [4h] +--- Dealing river [3c] +--- +Summary: +Main pot: 15760 won by nikof (15760) +Rake taken: €0 +Seat 4: buga (1015), net: -80 +Seat 5: kikobrasil99 (900), net: -160 +Seat 6: PASCALD (2885), net: -7760, [Kh, Ad] (PAIR KING) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15760), net: +8000, [Ah, Ac] (PAIR ACE) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (4550) +***** End of hand T5-18949637-34 ***** +***** History for hand T5-18949637-35 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:02:38 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: kikobrasil99 (900) +Seat 6: PASCALD (2885) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15760) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (4550) +Seat 4: buga (1015) +kikobrasil99 posts small blind (80) +PASCALD posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Qh, Ah] +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 raises 960 to 960 +buga folds +kikobrasil99 calls 820 [all in] +PASCALD folds +--- +--- Dealing flop [Ts, 3s, 4s] +--- Dealing turn [Jh] +--- Dealing river [Td] +--- +Summary: +Main pot: 1960 won by kikobrasil99 (1960) +Rake taken: €0 +Seat 5: kikobrasil99 (1960), net: +1060, [Th, 6h] (THREE_OF_A_KIND TEN) +Seat 6: PASCALD (2725), net: -160 +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15760) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (3650), net: -900, [Qh, Ah] (PAIR TEN) +Seat 4: buga (1015) +***** End of hand T5-18949637-35 ***** +***** History for hand T5-18949637-36 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:03:17 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: PASCALD (2725) +Seat 7: Mungo92 (1215) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15760) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (3650) +Seat 4: buga (1015) +Seat 5: kikobrasil99 (1960) +PASCALD posts small blind (80) +Mungo92 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Ad, As] +MagicMaestro folds +benetlolo folds +nikof calls 160 +COLONEL38 folds +sylvain_22 folds +besac025 raises 960 to 960 +buga folds +kikobrasil99 raises 1960 to 1960 [all in] +PASCALD calls 1880 +Mungo92 folds +nikof folds +besac025 raises 2690 to 3650 [all in] +PASCALD calls 765 [all in] +--- +--- Dealing flop [Th, 8h, 6s] +--- Dealing turn [Ts] +--- Dealing river [2c] +--- +Summary: +Main pot: 6200 won by besac025 (6200) +Side pot 1: 1530 won by besac025 (1530) +Rake taken: €0 +Seat 6: PASCALD (0), net: -2725, [9c, Jd] (PAIR TEN) +Seat 7: Mungo92 (1055), net: -160 +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15600), net: -160 +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8655), net: +5005, [Ad, As] (TWO_PAIR ACE, TEN) +Seat 4: buga (1015) +Seat 5: kikobrasil99 (0), net: -1960, [3h, 3c] (TWO_PAIR TEN, THREE) +***** End of hand T5-18949637-36 ***** +***** History for hand T5-18949637-37 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:04:11 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 6 +Players in round: 8 +Seat 7: Mungo92 (1055) +Seat 8: MagicMaestro (1200) +Seat 9: benetlolo (8295) +Seat 10: nikof (15600) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8655) +Seat 4: buga (1015) +Mungo92 posts small blind (80) +MagicMaestro posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [6s, Qc] +benetlolo raises 320 to 320 +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +Mungo92 folds +MagicMaestro folds +--- +Summary: +Main pot: 400 won by benetlolo (400) +Rake taken: €0 +Seat 7: Mungo92 (975), net: -80 +Seat 8: MagicMaestro (1040), net: -160 +Seat 9: benetlolo (8535), net: +240 +Seat 10: nikof (15600) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8655) +Seat 4: buga (1015) +***** End of hand T5-18949637-37 ***** +***** History for hand T5-18949637-38 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:04:28 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: MagicMaestro (1040) +Seat 9: benetlolo (8535) +Seat 10: nikof (15600) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8655) +Seat 4: buga (1015) +Seat 5: poluxux (8020) +Seat 7: Mungo92 (975) +MagicMaestro posts small blind (100) +benetlolo posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Qc, 9c] +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 calls 200 +buga folds +poluxux folds +Mungo92 folds +MagicMaestro folds +benetlolo raises 800 to 1000 +besac025 folds +--- +Summary: +Main pot: 500 won by benetlolo (500) +Rake taken: €0 +Seat 8: MagicMaestro (940), net: -100 +Seat 9: benetlolo (8835), net: +300, [Th, As] (HIGH_CARD ACE) +Seat 10: nikof (15600) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455), net: -200 +Seat 4: buga (1015) +Seat 5: poluxux (8020) +Seat 7: Mungo92 (975) +***** End of hand T5-18949637-38 ***** +***** History for hand T5-18949637-39 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:04:57 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 8 +Players in round: 9 +Seat 9: benetlolo (8835) +Seat 10: nikof (15600) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (8020) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +benetlolo posts small blind (100) +nikof posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [3s, 9s] +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +Mungo92 folds +MagicMaestro folds +benetlolo calls 100 +nikof checks +--- Dealing flop [9h, Qs, Qd] +benetlolo checks +nikof checks +--- Dealing turn [7c] +benetlolo bets 200 +nikof calls 200 +--- Dealing river [6h] +benetlolo bets 200 +nikof calls 200 +--- +Summary: +Main pot: 1200 won by nikof (1200) +Rake taken: €0 +Seat 9: benetlolo (8235), net: -600, [Ah, 2h] (PAIR QUEEN) +Seat 10: nikof (16200), net: +600, [5s, 7d] (TWO_PAIR QUEEN, SEVEN) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (8020) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +***** End of hand T5-18949637-39 ***** +***** History for hand T5-18949637-40 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:05:25 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: nikof (16200) +Seat 1: COLONEL38 (2775) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (8020) +Seat 6: romainb62 (30252) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (8235) +nikof posts small blind (100) +COLONEL38 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [8h, Ad] +sylvain_22 folds +besac025 folds +buga folds +poluxux calls 200 +romainb62 calls 200 +Mungo92 folds +MagicMaestro folds +benetlolo calls 200 +nikof calls 100 +COLONEL38 checks +--- Dealing flop [9s, 3s, 3h] +nikof checks +COLONEL38 checks +poluxux checks +romainb62 checks +benetlolo bets 200 +nikof folds +COLONEL38 folds +poluxux folds +romainb62 folds +--- +Summary: +Main pot: 1000 won by benetlolo (1000) +Rake taken: €0 +Seat 10: nikof (16000), net: -200 +Seat 1: COLONEL38 (2575), net: -200 +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (7820), net: -200 +Seat 6: romainb62 (30052), net: -200 +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035), net: +800, [2d, 3d] (THREE_OF_A_KIND THREE) +***** End of hand T5-18949637-40 ***** +***** History for hand T5-18949637-41 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:06:15 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: COLONEL38 (2575) +Seat 2: sylvain_22 (1025) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (7820) +Seat 6: romainb62 (30052) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035) +Seat 10: nikof (16000) +COLONEL38 posts small blind (100) +sylvain_22 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [5d, 3d] +besac025 folds +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 raises 300 to 400 +sylvain_22 folds +--- +Summary: +Main pot: 400 won by COLONEL38 (400) +Rake taken: €0 +Seat 1: COLONEL38 (2775), net: +200 +Seat 2: sylvain_22 (825), net: -200 +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (7820) +Seat 6: romainb62 (30052) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035) +Seat 10: nikof (16000) +***** End of hand T5-18949637-41 ***** +***** History for hand T5-18949637-42 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:06:37 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: sylvain_22 (825) +Seat 3: besac025 (8455) +Seat 4: buga (1015) +Seat 5: poluxux (7820) +Seat 6: romainb62 (30052) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2775) +sylvain_22 posts small blind (100) +besac025 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Ac, 9c] +buga folds +poluxux folds +romainb62 calls 200 +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 calls 200 +sylvain_22 folds +besac025 checks +--- Dealing flop [Kd, 6h, Jc] +besac025 checks +romainb62 bets 200 +COLONEL38 calls 200 +besac025 folds +--- Dealing turn [3d] +romainb62 bets 200 +COLONEL38 calls 200 +--- Dealing river [8c] +romainb62 bets 200 +COLONEL38 folds +--- +Summary: +Main pot: 1500 won by romainb62 (1500) +Rake taken: €0 +Seat 2: sylvain_22 (725), net: -100 +Seat 3: besac025 (8255), net: -200 +Seat 4: buga (1015) +Seat 5: poluxux (7820) +Seat 6: romainb62 (30952), net: +900 +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175), net: -600 +***** End of hand T5-18949637-42 ***** +***** History for hand T5-18949637-43 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:07:23 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: besac025 (8255) +Seat 4: buga (1015) +Seat 5: poluxux (7820) +Seat 6: romainb62 (30952) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (9035) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +besac025 posts small blind (100) +buga posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [6h, 7d] +poluxux calls 200 +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo calls 200 +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga checks +--- Dealing flop [6c, 5s, Ad] +buga checks +poluxux bets 7620 [all in] +benetlolo folds +buga folds +--- +Summary: +Main pot: 700 won by poluxux (700) +Rake taken: €0 +Seat 3: besac025 (8155), net: -100 +Seat 4: buga (815), net: -200 +Seat 5: poluxux (8320), net: +500 +Seat 6: romainb62 (30952) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (8835), net: -200 +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +***** End of hand T5-18949637-43 ***** +***** History for hand T5-18949637-44 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:07:51 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: buga (815) +Seat 5: poluxux (8320) +Seat 6: romainb62 (30952) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (8835) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8155) +buga posts small blind (100) +poluxux posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Ad, Ac] +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 raises 1000 to 1000 +buga folds +poluxux folds +--- +Summary: +Main pot: 500 won by besac025 (500) +Rake taken: €0 +Seat 4: buga (715), net: -100 +Seat 5: poluxux (8120), net: -200 +Seat 6: romainb62 (30952) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (8835) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455), net: +300 +***** End of hand T5-18949637-44 ***** +***** History for hand T5-18949637-45 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:08:30 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: poluxux (8120) +Seat 6: romainb62 (30952) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (8835) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455) +Seat 4: buga (715) +poluxux posts small blind (100) +romainb62 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Qs, Kc] +Mungo92 folds +MagicMaestro folds +benetlolo raises 600 to 600 +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 calls 400 +--- Dealing flop [5d, Kd, Kh] +romainb62 checks +benetlolo bets 8235 [all in] +romainb62 calls 8235 +--- Dealing flop [5d, Kd, Kh] +--- Dealing turn [7d] +--- Dealing river [8s] +--- +Summary: +Main pot: 17770 won by benetlolo (17770) +Rake taken: €0 +Seat 5: poluxux (8020), net: -100 +Seat 6: romainb62 (22117), net: -8835, [5c, 5s] (FULL_HOUSE FIVE, KING) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (17770), net: +8935, [7s, 7h] (FULL_HOUSE SEVEN, KING) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455) +Seat 4: buga (715) +***** End of hand T5-18949637-45 ***** +***** History for hand T5-18949637-46 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:09:13 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: romainb62 (22117) +Seat 7: Mungo92 (975) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (17770) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455) +Seat 4: buga (715) +Seat 5: poluxux (8020) +romainb62 posts small blind (100) +Mungo92 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [5h, Kh] +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 calls 100 +Mungo92 checks +--- Dealing flop [7s, 8d, Ts] +romainb62 bets 200 +Mungo92 folds +--- +Summary: +Main pot: 400 won by romainb62 (400) +Rake taken: €0 +Seat 6: romainb62 (22317), net: +200 +Seat 7: Mungo92 (775), net: -200 +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (17770) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455) +Seat 4: buga (715) +Seat 5: poluxux (8020) +***** End of hand T5-18949637-46 ***** +***** History for hand T5-18949637-47 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:09:44 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: Mungo92 (775) +Seat 8: MagicMaestro (940) +Seat 9: benetlolo (17770) +Seat 10: nikof (16000) +Seat 1: COLONEL38 (2175) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8455) +Seat 4: buga (715) +Seat 5: poluxux (8020) +Seat 6: romainb62 (22317) +Mungo92 posts small blind (100) +MagicMaestro posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Jh, Ad] +benetlolo calls 200 +nikof calls 200 +COLONEL38 calls 200 +sylvain_22 folds +besac025 calls 200 +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro checks +--- Dealing flop [8s, 6s, 8h] +MagicMaestro checks +benetlolo checks +nikof bets 800 +COLONEL38 folds +besac025 folds +MagicMaestro folds +benetlolo folds +--- +Summary: +Main pot: 1100 won by nikof (1100) +Rake taken: €0 +Seat 7: Mungo92 (675), net: -100 +Seat 8: MagicMaestro (740), net: -200 +Seat 9: benetlolo (17570), net: -200 +Seat 10: nikof (16900), net: +900 +Seat 1: COLONEL38 (1975), net: -200 +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8255), net: -200 +Seat 4: buga (715) +Seat 5: poluxux (8020) +Seat 6: romainb62 (22317) +***** End of hand T5-18949637-47 ***** +***** History for hand T5-18949637-48 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:10:45 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: MagicMaestro (740) +Seat 9: benetlolo (17570) +Seat 10: nikof (16900) +Seat 1: COLONEL38 (1975) +Seat 2: sylvain_22 (725) +Seat 3: besac025 (8255) +Seat 4: buga (715) +Seat 5: poluxux (8020) +Seat 6: romainb62 (22317) +Seat 7: Mungo92 (675) +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts small blind (100) +benetlolo posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Kh, 7d] +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro folds +--- +Summary: +Main pot: 400 won by benetlolo (400) +Rake taken: €0 +Seat 8: MagicMaestro (620), net: -120 +Seat 9: benetlolo (17850), net: +280, [Jc, Td] (HIGH_CARD JACK) +Seat 10: nikof (16880), net: -20 +Seat 1: COLONEL38 (1955), net: -20 +Seat 2: sylvain_22 (705), net: -20 +Seat 3: besac025 (8235), net: -20 +Seat 4: buga (695), net: -20 +Seat 5: poluxux (8000), net: -20 +Seat 6: romainb62 (22297), net: -20 +Seat 7: Mungo92 (655), net: -20 +***** End of hand T5-18949637-48 ***** +***** History for hand T5-18949637-49 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:11:08 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: benetlolo (17850) +Seat 10: nikof (16880) +Seat 1: COLONEL38 (1955) +Seat 2: sylvain_22 (705) +Seat 3: besac025 (8235) +Seat 4: buga (695) +Seat 5: poluxux (8000) +Seat 6: romainb62 (22297) +Seat 7: Mungo92 (655) +Seat 8: MagicMaestro (620) +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts small blind (100) +nikof posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [As, 3s] +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +--- +Summary: +Main pot: 400 won by nikof (400) +Rake taken: €0 +Seat 9: benetlolo (17730), net: -120 +Seat 10: nikof (17160), net: +280 +Seat 1: COLONEL38 (1935), net: -20 +Seat 2: sylvain_22 (685), net: -20 +Seat 3: besac025 (8215), net: -20 +Seat 4: buga (675), net: -20 +Seat 5: poluxux (7980), net: -20 +Seat 6: romainb62 (22277), net: -20 +Seat 7: Mungo92 (635), net: -20 +Seat 8: MagicMaestro (600), net: -20 +***** End of hand T5-18949637-49 ***** +***** History for hand T5-18949637-50 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:11:23 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: nikof (17160) +Seat 1: COLONEL38 (1935) +Seat 2: sylvain_22 (685) +Seat 3: besac025 (8215) +Seat 4: buga (675) +Seat 5: poluxux (7980) +Seat 6: romainb62 (22277) +Seat 7: Mungo92 (635) +Seat 8: MagicMaestro (600) +Seat 9: benetlolo (17730) +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts small blind (100) +COLONEL38 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [8c, Kd] +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +--- +Summary: +Main pot: 400 won by COLONEL38 (400) +Rake taken: €0 +Seat 10: nikof (17040), net: -120 +Seat 1: COLONEL38 (2215), net: +280, [6d, 5c] (HIGH_CARD SIX) +Seat 2: sylvain_22 (665), net: -20 +Seat 3: besac025 (8195), net: -20 +Seat 4: buga (655), net: -20 +Seat 5: poluxux (7960), net: -20 +Seat 6: romainb62 (22257), net: -20 +Seat 7: Mungo92 (615), net: -20 +Seat 8: MagicMaestro (580), net: -20 +Seat 9: benetlolo (17710), net: -20 +***** End of hand T5-18949637-50 ***** +***** History for hand T5-18949637-51 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:11:59 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: COLONEL38 (2215) +Seat 2: sylvain_22 (665) +Seat 3: besac025 (8195) +Seat 4: buga (655) +Seat 5: poluxux (7960) +Seat 6: romainb62 (22257) +Seat 7: Mungo92 (615) +Seat 8: MagicMaestro (580) +Seat 9: benetlolo (17710) +Seat 10: nikof (17040) +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts small blind (100) +sylvain_22 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Th, Js] +besac025 folds +buga folds +poluxux folds +romainb62 calls 200 +Mungo92 folds +MagicMaestro folds +benetlolo calls 200 +nikof folds +COLONEL38 calls 100 +sylvain_22 checks +--- Dealing flop [Qs, 2h, 9c] +COLONEL38 checks +sylvain_22 checks +romainb62 bets 200 +benetlolo calls 200 +COLONEL38 calls 200 +sylvain_22 folds +--- Dealing turn [5s] +COLONEL38 checks +romainb62 bets 200 +benetlolo calls 200 +COLONEL38 calls 200 +--- Dealing river [4h] +COLONEL38 checks +romainb62 bets 200 +benetlolo folds +COLONEL38 folds +--- +Summary: +Main pot: 2200 won by romainb62 (2200) +Rake taken: €0 +Seat 1: COLONEL38 (1595), net: -620 +Seat 2: sylvain_22 (445), net: -220 +Seat 3: besac025 (8175), net: -20 +Seat 4: buga (635), net: -20 +Seat 5: poluxux (7940), net: -20 +Seat 6: romainb62 (23837), net: +1580 +Seat 7: Mungo92 (595), net: -20 +Seat 8: MagicMaestro (560), net: -20 +Seat 9: benetlolo (17090), net: -620 +Seat 10: nikof (17020), net: -20 +***** End of hand T5-18949637-51 ***** +***** History for hand T5-18949637-52 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:12:43 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: sylvain_22 (445) +Seat 3: besac025 (8175) +Seat 4: buga (635) +Seat 5: poluxux (7940) +Seat 6: romainb62 (23837) +Seat 7: Mungo92 (595) +Seat 8: MagicMaestro (560) +Seat 9: benetlolo (17090) +Seat 10: nikof (17020) +Seat 1: COLONEL38 (1595) +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts small blind (100) +besac025 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [7d, Jh] +buga folds +poluxux folds +romainb62 folds +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof raises 600 to 600 +COLONEL38 folds +sylvain_22 folds +besac025 folds +--- +Summary: +Main pot: 700 won by nikof (700) +Rake taken: €0 +Seat 2: sylvain_22 (325), net: -120 +Seat 3: besac025 (7955), net: -220 +Seat 4: buga (615), net: -20 +Seat 5: poluxux (7920), net: -20 +Seat 6: romainb62 (23817), net: -20 +Seat 7: Mungo92 (575), net: -20 +Seat 8: MagicMaestro (540), net: -20 +Seat 9: benetlolo (17070), net: -20 +Seat 10: nikof (17500), net: +480 +Seat 1: COLONEL38 (1575), net: -20 +***** End of hand T5-18949637-52 ***** +***** History for hand T5-18949637-53 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:13:07 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: besac025 (7955) +Seat 4: buga (615) +Seat 5: poluxux (7920) +Seat 6: romainb62 (23817) +Seat 7: Mungo92 (575) +Seat 8: MagicMaestro (540) +Seat 9: benetlolo (17070) +Seat 10: nikof (17500) +Seat 1: COLONEL38 (1575) +Seat 2: sylvain_22 (325) +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +Mungo92 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts small blind (100) +buga posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [7c, 6h] +poluxux folds +romainb62 calls 200 +Mungo92 folds +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 calls 100 +buga checks +--- Dealing flop [Ad, Qs, 3h] +besac025 bets 200 +buga folds +romainb62 calls 200 +--- Dealing turn [8d] +besac025 checks +romainb62 checks +--- Dealing river [4d] +besac025 checks +romainb62 bets 300 +besac025 folds +--- +Summary: +Main pot: 1200 won by romainb62 (1200) +Rake taken: €0 +Seat 3: besac025 (7535), net: -420 +Seat 4: buga (395), net: -220 +Seat 5: poluxux (7900), net: -20 +Seat 6: romainb62 (24597), net: +780 +Seat 7: Mungo92 (555), net: -20 +Seat 8: MagicMaestro (520), net: -20 +Seat 9: benetlolo (17050), net: -20 +Seat 10: nikof (17480), net: -20 +Seat 1: COLONEL38 (1555), net: -20 +Seat 2: sylvain_22 (305), net: -20 +***** End of hand T5-18949637-53 ***** +***** History for hand T5-18949637-54 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:14:03 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 4: buga (395) +Seat 5: poluxux (7900) +Seat 6: romainb62 (24597) +Seat 8: MagicMaestro (520) +Seat 9: benetlolo (17050) +Seat 10: nikof (17480) +Seat 1: COLONEL38 (1555) +Seat 2: sylvain_22 (305) +Seat 3: besac025 (7535) +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts small blind (100) +poluxux posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Tc, 4s] +romainb62 calls 200 +MagicMaestro folds +benetlolo folds +nikof raises 600 to 600 +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga folds +poluxux folds +romainb62 folds +--- +Summary: +Main pot: 880 won by nikof (880) +Rake taken: €0 +Seat 4: buga (275), net: -120 +Seat 5: poluxux (7680), net: -220 +Seat 6: romainb62 (24377), net: -220 +Seat 8: MagicMaestro (500), net: -20 +Seat 9: benetlolo (17030), net: -20 +Seat 10: nikof (18140), net: +660 +Seat 1: COLONEL38 (1535), net: -20 +Seat 2: sylvain_22 (285), net: -20 +Seat 3: besac025 (7515), net: -20 +***** End of hand T5-18949637-54 ***** +***** History for hand T5-18949637-55 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:14:20 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 4 +Players in round: 9 +Seat 5: poluxux (7680) +Seat 6: romainb62 (24377) +Seat 8: MagicMaestro (500) +Seat 9: benetlolo (17030) +Seat 10: nikof (18140) +Seat 1: COLONEL38 (1535) +Seat 2: sylvain_22 (285) +Seat 3: besac025 (7515) +Seat 4: buga (275) +poluxux posts ante 20 +romainb62 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts small blind (100) +romainb62 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [5s, 6d] +MagicMaestro folds +benetlolo calls 200 +nikof calls 200 +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga raises 255 to 255 [all in] +poluxux calls 155 +romainb62 calls 55 +benetlolo calls 55 +nikof calls 55 +--- Dealing flop [5d, 2c, Kd] +poluxux checks +romainb62 checks +benetlolo checks +nikof checks +--- Dealing turn [8d] +poluxux checks +romainb62 checks +benetlolo checks +nikof checks +--- Dealing river [6h] +poluxux checks +romainb62 checks +benetlolo checks +nikof folds +--- +Summary: +Main pot: 1455 won by buga (1455) +Rake taken: €0 +Seat 5: poluxux (7405), net: -275 +Seat 6: romainb62 (24102), net: -275 +Seat 8: MagicMaestro (480), net: -20 +Seat 9: benetlolo (16755), net: -275 +Seat 10: nikof (17865), net: -275 +Seat 1: COLONEL38 (1515), net: -20 +Seat 2: sylvain_22 (265), net: -20 +Seat 3: besac025 (7495), net: -20 +Seat 4: buga (1455), net: +1180, [8c, 3d] (PAIR EIGHT) +***** End of hand T5-18949637-55 ***** +***** History for hand T5-18949637-56 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:15:43 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: romainb62 (24102) +Seat 7: minou59 (1785) +Seat 8: MagicMaestro (480) +Seat 9: benetlolo (16755) +Seat 10: nikof (17865) +Seat 1: COLONEL38 (1515) +Seat 2: sylvain_22 (265) +Seat 3: besac025 (7495) +Seat 4: buga (1455) +Seat 5: poluxux (7405) +romainb62 posts ante 20 +minou59 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts small blind (100) +minou59 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [2c, 5d] +MagicMaestro folds +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +buga calls 200 +poluxux folds +romainb62 calls 100 +minou59 checks +--- Dealing flop [6c, 8s, 4c] +romainb62 bets 200 +minou59 folds +buga folds +--- +Summary: +Main pot: 800 won by romainb62 (800) +Rake taken: €0 +Seat 6: romainb62 (24682), net: +580 +Seat 7: minou59 (1565), net: -220 +Seat 8: MagicMaestro (460), net: -20 +Seat 9: benetlolo (16735), net: -20 +Seat 10: nikof (17845), net: -20 +Seat 1: COLONEL38 (1495), net: -20 +Seat 2: sylvain_22 (245), net: -20 +Seat 3: besac025 (7475), net: -20 +Seat 4: buga (1235), net: -220 +Seat 5: poluxux (7385), net: -20 +***** End of hand T5-18949637-56 ***** +***** History for hand T5-18949637-57 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:16:25 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: minou59 (1565) +Seat 8: MagicMaestro (460) +Seat 9: benetlolo (16735) +Seat 10: nikof (17845) +Seat 1: COLONEL38 (1495) +Seat 2: sylvain_22 (245) +Seat 3: besac025 (7475) +Seat 4: buga (1235) +Seat 5: poluxux (7385) +Seat 6: romainb62 (24682) +minou59 posts ante 20 +MagicMaestro posts ante 20 +benetlolo posts ante 20 +nikof posts ante 20 +COLONEL38 posts ante 20 +sylvain_22 posts ante 20 +besac025 posts ante 20 +buga posts ante 20 +poluxux posts ante 20 +romainb62 posts ante 20 +minou59 posts small blind (100) +MagicMaestro posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [5h, 5c] +benetlolo folds +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 calls 200 +buga raises 1215 to 1215 [all in] +poluxux raises 7365 to 7365 [all in] +romainb62 folds +minou59 folds +MagicMaestro folds +besac025 folds +--- +--- Dealing flop [7d, 4d, 6c] +--- Dealing turn [Ks] +--- Dealing river [4c] +--- +Summary: +Main pot: 3130 won by poluxux (3130) +Rake taken: €0 +Seat 7: minou59 (1445), net: -120 +Seat 8: MagicMaestro (240), net: -220 +Seat 9: benetlolo (16715), net: -20 +Seat 10: nikof (17825), net: -20 +Seat 1: COLONEL38 (1475), net: -20 +Seat 2: sylvain_22 (225), net: -20 +Seat 3: besac025 (7255), net: -220 +Seat 4: buga (0), net: -1235, [Qd, Js] (PAIR FOUR) +Seat 5: poluxux (9280), net: +1895, [Th, As] (PAIR FOUR) +Seat 6: romainb62 (24662), net: -20 +***** End of hand T5-18949637-57 ***** +***** History for hand T5-18949637-58 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:17:18 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: MagicMaestro (240) +Seat 9: benetlolo (16715) +Seat 10: nikof (17825) +Seat 1: COLONEL38 (1475) +Seat 2: sylvain_22 (225) +Seat 3: besac025 (7255) +Seat 5: poluxux (9280) +Seat 6: romainb62 (24662) +Seat 7: minou59 (1445) +MagicMaestro posts ante 25 +benetlolo posts ante 25 +nikof posts ante 25 +COLONEL38 posts ante 25 +sylvain_22 posts ante 25 +besac025 posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +MagicMaestro posts small blind (125) +benetlolo posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [9h, 3d] +nikof folds +COLONEL38 folds +sylvain_22 folds +besac025 folds +poluxux raises 500 to 500 +romainb62 calls 500 +minou59 folds +MagicMaestro folds +benetlolo folds +--- Dealing flop [8h, Qs, 2s] +poluxux checks +romainb62 bets 250 +poluxux raises 8755 to 8755 [all in] +romainb62 calls 8505 +--- Dealing flop [8h, Qs, 2s] +--- Dealing turn [9c] +--- Dealing river [8s] +--- +Summary: +Main pot: 19110 won by poluxux (19110) +Rake taken: €0 +Seat 8: MagicMaestro (90), net: -150 +Seat 9: benetlolo (16440), net: -275 +Seat 10: nikof (17800), net: -25 +Seat 1: COLONEL38 (1450), net: -25 +Seat 2: sylvain_22 (200), net: -25 +Seat 3: besac025 (7230), net: -25 +Seat 5: poluxux (19110), net: +9830, [Ks, Kh] (TWO_PAIR KING, EIGHT) +Seat 6: romainb62 (15382), net: -9280, [Qh, Ac] (TWO_PAIR QUEEN, EIGHT) +Seat 7: minou59 (1420), net: -25 +***** End of hand T5-18949637-58 ***** +***** History for hand T5-18949637-59 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:17:53 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: benetlolo (16440) +Seat 10: nikof (17800) +Seat 1: COLONEL38 (1450) +Seat 2: sylvain_22 (200) +Seat 3: besac025 (7230) +Seat 4: obiwan72x (2700) +Seat 5: poluxux (19110) +Seat 6: romainb62 (15382) +Seat 7: minou59 (1420) +Seat 8: MagicMaestro (90) +benetlolo posts ante 25 +nikof posts ante 25 +COLONEL38 posts ante 25 +sylvain_22 posts ante 25 +besac025 posts ante 25 +obiwan72x posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +MagicMaestro posts ante 25 +benetlolo posts small blind (125) +nikof posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [6c, Ts] +COLONEL38 calls 250 +sylvain_22 folds +besac025 folds +obiwan72x folds +poluxux folds +romainb62 folds +minou59 folds +MagicMaestro folds +benetlolo raises 875 to 1000 +nikof folds +COLONEL38 raises 1175 to 1425 [all in] +benetlolo calls 425 +--- +--- Dealing flop [Qh, 6d, 4c] +--- Dealing turn [4h] +--- Dealing river [Ac] +--- +Summary: +Main pot: 3350 won by benetlolo (3350) +Rake taken: €0 +Seat 9: benetlolo (18340), net: +1900, [Th, Tc] (TWO_PAIR TEN, FOUR) +Seat 10: nikof (17525), net: -275 +Seat 1: COLONEL38 (0), net: -1450, [Ks, 7s] (PAIR FOUR) +Seat 2: sylvain_22 (175), net: -25 +Seat 3: besac025 (7205), net: -25 +Seat 4: obiwan72x (2675), net: -25 +Seat 5: poluxux (19085), net: -25 +Seat 6: romainb62 (15357), net: -25 +Seat 7: minou59 (1395), net: -25 +Seat 8: MagicMaestro (65), net: -25 +***** End of hand T5-18949637-59 ***** +***** History for hand T5-18949637-60 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:18:45 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 10: nikof (17525) +Seat 2: sylvain_22 (175) +Seat 3: besac025 (7205) +Seat 4: obiwan72x (2675) +Seat 5: poluxux (19085) +Seat 6: romainb62 (15357) +Seat 7: minou59 (1395) +Seat 8: MagicMaestro (65) +Seat 9: benetlolo (18340) +nikof posts ante 25 +sylvain_22 posts ante 25 +besac025 posts ante 25 +obiwan72x posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +MagicMaestro posts ante 25 +benetlolo posts ante 25 +nikof posts small blind (125) +sylvain_22 posts small blind (150) [all in] +--- +Dealing pocket cards +Dealing to besac025: [3d, 9d] +besac025 folds +obiwan72x folds +poluxux folds +romainb62 calls 250 +minou59 folds +MagicMaestro folds +benetlolo folds +nikof calls 125 +--- Dealing flop [Jh, Tc, Qs] +nikof bets 625 +romainb62 calls 625 +--- Dealing turn [6h] +nikof bets 1625 +romainb62 calls 1625 +--- Dealing river [5h] +nikof checks +romainb62 bets 5375 +nikof raises 15000 to 15000 [all in] +romainb62 calls 7457 [all in] +--- +Summary: +Main pot: 675 won by romainb62 (675) +Side pot 1: 30364 won by romainb62 (30364) +Rake taken: €0 +Seat 10: nikof (2168), net: -15357, [Qh, 9s] (PAIR QUEEN) +Seat 2: sylvain_22 (0), net: -175 +Seat 3: besac025 (7180), net: -25 +Seat 4: obiwan72x (2650), net: -25 +Seat 5: poluxux (19060), net: -25 +Seat 6: romainb62 (31039), net: +15682, [Qd, 5s] (TWO_PAIR QUEEN, FIVE) +Seat 7: minou59 (1370), net: -25 +Seat 8: MagicMaestro (40), net: -25 +Seat 9: benetlolo (18315), net: -25 +***** End of hand T5-18949637-60 ***** +***** History for hand T5-18949637-61 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:20:02 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 10 +Players in round: 8 +Seat 3: besac025 (7180) +Seat 4: obiwan72x (2650) +Seat 5: poluxux (19060) +Seat 6: romainb62 (31039) +Seat 7: minou59 (1370) +Seat 8: MagicMaestro (40) +Seat 9: benetlolo (18315) +Seat 10: nikof (2168) +besac025 posts ante 25 +obiwan72x posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +MagicMaestro posts ante 25 +benetlolo posts ante 25 +nikof posts ante 25 +besac025 posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [5c, 3s] +obiwan72x folds +poluxux folds +romainb62 calls 250 +minou59 folds +MagicMaestro folds +benetlolo folds +nikof folds +besac025 checks +--- Dealing flop [Js, Th, 9s] +besac025 checks +romainb62 bets 250 +besac025 folds +--- +Summary: +Main pot: 700 won by romainb62 (700) +Rake taken: €0 +Seat 3: besac025 (6905), net: -275 +Seat 4: obiwan72x (2625), net: -25 +Seat 5: poluxux (19035), net: -25 +Seat 6: romainb62 (31464), net: +425 +Seat 7: minou59 (1345), net: -25 +Seat 8: MagicMaestro (15), net: -25 +Seat 9: benetlolo (18290), net: -25 +Seat 10: nikof (2143), net: -25 +***** End of hand T5-18949637-61 ***** +***** History for hand T5-18949637-62 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:20:47 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 2 +Players in round: 9 +Seat 3: besac025 (6905) +Seat 4: obiwan72x (2625) +Seat 5: poluxux (19035) +Seat 6: romainb62 (31464) +Seat 7: minou59 (1345) +Seat 8: MagicMaestro (15) +Seat 9: benetlolo (18290) +Seat 10: nikof (2143) +Seat 1: toff0087 (1130) +besac025 posts ante 25 +obiwan72x posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +MagicMaestro posts ante 15 +benetlolo posts ante 25 +nikof posts ante 25 +toff0087 posts ante 25 +besac025 posts small blind (125) +obiwan72x posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [2d, Kh] +poluxux folds +romainb62 folds +minou59 folds +benetlolo raises 1000 to 1000 +nikof folds +toff0087 folds +besac025 folds +obiwan72x folds +--- +--- Dealing flop [7s, 3h, 8s] +--- Dealing turn [6d] +--- Dealing river [Ad] +--- +Summary: +Main pot: 135 won by benetlolo (135) +Side pot 1: 705 won by benetlolo (705) +Rake taken: €0 +Seat 3: besac025 (6755), net: -150 +Seat 4: obiwan72x (2350), net: -275 +Seat 5: poluxux (19010), net: -25 +Seat 6: romainb62 (31439), net: -25 +Seat 7: minou59 (1320), net: -25 +Seat 8: MagicMaestro (0), net: -15, [5s, Ah] (PAIR ACE) +Seat 9: benetlolo (18855), net: +565, [Th, As] (PAIR ACE) +Seat 10: nikof (2118), net: -25 +Seat 1: toff0087 (1105), net: -25 +***** End of hand T5-18949637-62 ***** +***** History for hand T5-18949637-63 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:21:20 GMT+0100 2011 +Table: Table #45 [18949637] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 4: obiwan72x (2350) +Seat 5: poluxux (19010) +Seat 6: romainb62 (31439) +Seat 7: minou59 (1320) +Seat 9: benetlolo (18855) +Seat 10: nikof (2118) +Seat 1: toff0087 (1105) +Seat 2: ralfont (2255) +Seat 3: besac025 (6755) +obiwan72x posts ante 25 +poluxux posts ante 25 +romainb62 posts ante 25 +minou59 posts ante 25 +benetlolo posts ante 25 +nikof posts ante 25 +toff0087 posts ante 25 +ralfont posts ante 25 +besac025 posts ante 25 +obiwan72x posts small blind (125) +poluxux posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [4c, 4h] +romainb62 calls 250 +minou59 folds +benetlolo raises 1500 to 1500 +nikof raises 2093 to 2093 [all in] +toff0087 folds +ralfont folds +besac025 folds +obiwan72x folds +poluxux raises 18735 to 18985 [all in] +romainb62 folds +benetlolo calls 17330 [all in] +--- +--- Dealing flop [Ac, 4d, 7d] +--- Dealing turn [Jd] +--- Dealing river [2s] +--- +Summary: +Main pot: 6879 won by poluxux (6879) +Side pot 1: 33474 won by poluxux (33474) +Rake taken: €0 +Seat 4: obiwan72x (2200), net: -150 +Seat 5: poluxux (40508), net: +21498, [Ah, Kd] (PAIR ACE) +Seat 6: romainb62 (31164), net: -275 +Seat 7: minou59 (1295), net: -25 +Seat 9: benetlolo (0), net: -18855, [Td, Ts] (PAIR TEN) +Seat 10: nikof (0), net: -2118, [6h, As] (PAIR ACE) +Seat 1: toff0087 (1080), net: -25 +Seat 2: ralfont (2230), net: -25 +Seat 3: besac025 (6730), net: -25 +***** End of hand T5-18949637-63 ***** +***** History for hand T5-18949596-63 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:22:38 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: minouwin (7355) +Seat 10: tomyKartneur (10) +Seat 1: guyguy09 (8545) +Seat 2: matlem (2660) +Seat 3: thikoti (8754) +Seat 4: numa007 (8400) +Seat 5: besac025 (6730) +Seat 6: dgdail88 (870) +Seat 7: BARBICHETTE (15660) +Seat 8: natha (3905) +minouwin posts ante 30 +tomyKartneur posts ante 10 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts small blind (150) +--- +Dealing pocket cards +Dealing to besac025: [7h, 8c] +guyguy09 folds +matlem folds +thikoti calls 300 +numa007 folds +besac025 folds +dgdail88 folds +BARBICHETTE calls 300 +natha folds +minouwin folds +--- Dealing flop [Kh, 6h, 5c] +thikoti checks +BARBICHETTE checks +--- Dealing turn [4d] +thikoti checks +BARBICHETTE checks +--- Dealing river [8h] +thikoti bets 300 +BARBICHETTE raises 1950 to 1950 +thikoti calls 1650 +--- +Summary: +Main pot: 100 won by BARBICHETTE (100) +Side pot 1: 4830 won by BARBICHETTE (4830) +Rake taken: €0 +Seat 9: minouwin (7175), net: -180 +Seat 10: tomyKartneur (0), net: -10 +Seat 1: guyguy09 (8515), net: -30 +Seat 2: matlem (2630), net: -30 +Seat 3: thikoti (6474), net: -2280 +Seat 4: numa007 (8370), net: -30 +Seat 5: besac025 (6700), net: -30 +Seat 6: dgdail88 (840), net: -30 +Seat 7: BARBICHETTE (18310), net: +2650, [Th, Ah] (FLUSH ACE) +Seat 8: natha (3875), net: -30 +***** End of hand T5-18949596-63 ***** +***** History for hand T5-18949596-64 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:23:29 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 1: guyguy09 (8515) +Seat 2: matlem (2630) +Seat 3: thikoti (6474) +Seat 4: numa007 (8370) +Seat 5: besac025 (6700) +Seat 6: dgdail88 (840) +Seat 7: BARBICHETTE (18310) +Seat 8: natha (3875) +Seat 9: minouwin (7175) +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +guyguy09 posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [Tc, Kd] +matlem folds +thikoti folds +numa007 folds +besac025 raises 600 to 600 +dgdail88 folds +BARBICHETTE folds +natha folds +minouwin folds +guyguy09 folds +--- +Summary: +Main pot: 870 won by besac025 (870) +Rake taken: €0 +Seat 1: guyguy09 (8185), net: -330 +Seat 2: matlem (2600), net: -30 +Seat 3: thikoti (6444), net: -30 +Seat 4: numa007 (8340), net: -30 +Seat 5: besac025 (7240), net: +540 +Seat 6: dgdail88 (810), net: -30 +Seat 7: BARBICHETTE (18280), net: -30 +Seat 8: natha (3845), net: -30 +Seat 9: minouwin (7145), net: -30 +***** End of hand T5-18949596-64 ***** +***** History for hand T5-18949596-65 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:23:45 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: guyguy09 (8185) +Seat 2: matlem (2600) +Seat 3: thikoti (6444) +Seat 4: numa007 (8340) +Seat 5: besac025 (7240) +Seat 6: dgdail88 (810) +Seat 7: BARBICHETTE (18280) +Seat 8: natha (3845) +Seat 9: minouwin (7145) +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +guyguy09 posts small blind (150) +matlem posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [Jc, 7s] +thikoti calls 300 +numa007 folds +besac025 folds +dgdail88 folds +BARBICHETTE folds +natha folds +minouwin folds +guyguy09 folds +matlem checks +--- Dealing flop [Ac, 8c, 6s] +matlem checks +thikoti bets 300 +matlem folds +--- +Summary: +Main pot: 1020 won by thikoti (1020) +Rake taken: €0 +Seat 1: guyguy09 (8005), net: -180 +Seat 2: matlem (2270), net: -330 +Seat 3: thikoti (7134), net: +690 +Seat 4: numa007 (8310), net: -30 +Seat 5: besac025 (7210), net: -30 +Seat 6: dgdail88 (780), net: -30 +Seat 7: BARBICHETTE (18250), net: -30 +Seat 8: natha (3815), net: -30 +Seat 9: minouwin (7115), net: -30 +***** End of hand T5-18949596-65 ***** +***** History for hand T5-18949596-66 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:24:10 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 1 +Players in round: 9 +Seat 2: matlem (2270) +Seat 3: thikoti (7134) +Seat 4: numa007 (8310) +Seat 5: besac025 (7210) +Seat 6: dgdail88 (780) +Seat 7: BARBICHETTE (18250) +Seat 8: natha (3815) +Seat 9: minouwin (7115) +Seat 1: guyguy09 (8005) +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +guyguy09 posts ante 30 +matlem posts small blind (150) +thikoti posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [7d, 7c] +numa007 calls 300 +besac025 raises 900 to 900 +dgdail88 folds +BARBICHETTE calls 900 +natha folds +minouwin folds +guyguy09 folds +matlem folds +thikoti calls 600 +numa007 folds +--- Dealing flop [9h, Ac, 6s] +thikoti checks +besac025 bets 6280 [all in] +BARBICHETTE folds +thikoti folds +--- +Summary: +Main pot: 3420 won by besac025 (3420) +Rake taken: €0 +Seat 2: matlem (2090), net: -180 +Seat 3: thikoti (6204), net: -930 +Seat 4: numa007 (7980), net: -330 +Seat 5: besac025 (9700), net: +2490 +Seat 6: dgdail88 (750), net: -30 +Seat 7: BARBICHETTE (17320), net: -930 +Seat 8: natha (3785), net: -30 +Seat 9: minouwin (7085), net: -30 +Seat 1: guyguy09 (7975), net: -30 +***** End of hand T5-18949596-66 ***** +***** History for hand T5-18949596-67 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:25:04 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: thikoti (6204) +Seat 4: numa007 (7980) +Seat 5: besac025 (9700) +Seat 6: dgdail88 (750) +Seat 7: BARBICHETTE (17320) +Seat 8: natha (3785) +Seat 9: minouwin (7085) +Seat 10: pasbon (7325) +Seat 1: guyguy09 (7975) +Seat 2: matlem (2090) +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +pasbon posts ante 30 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts small blind (150) +numa007 posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [Jd, 9h] +besac025 folds +dgdail88 folds +BARBICHETTE calls 300 +natha folds +minouwin raises 1200 to 1200 +pasbon folds +guyguy09 folds +matlem folds +thikoti folds +numa007 folds +BARBICHETTE calls 900 +--- Dealing flop [Qh, 3s, Jh] +BARBICHETTE checks +minouwin bets 1650 +BARBICHETTE folds +--- +Summary: +Main pot: 3150 won by minouwin (3150) +Rake taken: €0 +Seat 3: thikoti (6024), net: -180 +Seat 4: numa007 (7650), net: -330 +Seat 5: besac025 (9670), net: -30 +Seat 6: dgdail88 (720), net: -30 +Seat 7: BARBICHETTE (16090), net: -1230 +Seat 8: natha (3755), net: -30 +Seat 9: minouwin (9005), net: +1920 +Seat 10: pasbon (7295), net: -30 +Seat 1: guyguy09 (7945), net: -30 +Seat 2: matlem (2060), net: -30 +***** End of hand T5-18949596-67 ***** +***** History for hand T5-18949596-68 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:25:45 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: numa007 (7650) +Seat 5: besac025 (9670) +Seat 6: dgdail88 (720) +Seat 7: BARBICHETTE (16090) +Seat 8: natha (3755) +Seat 9: minouwin (9005) +Seat 10: pasbon (7295) +Seat 1: guyguy09 (7945) +Seat 2: matlem (2060) +Seat 3: thikoti (6024) +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +pasbon posts ante 30 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts small blind (150) +besac025 posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [4c, Ts] +dgdail88 folds +BARBICHETTE calls 300 +natha folds +minouwin folds +pasbon folds +guyguy09 folds +matlem folds +thikoti folds +numa007 calls 150 +besac025 checks +--- Dealing flop [8s, Jh, 5d] +numa007 checks +besac025 checks +BARBICHETTE bets 600 +numa007 folds +besac025 folds +--- +Summary: +Main pot: 1200 won by BARBICHETTE (1200) +Rake taken: €0 +Seat 4: numa007 (7320), net: -330 +Seat 5: besac025 (9340), net: -330 +Seat 6: dgdail88 (690), net: -30 +Seat 7: BARBICHETTE (16960), net: +870 +Seat 8: natha (3725), net: -30 +Seat 9: minouwin (8975), net: -30 +Seat 10: pasbon (7265), net: -30 +Seat 1: guyguy09 (7915), net: -30 +Seat 2: matlem (2030), net: -30 +Seat 3: thikoti (5994), net: -30 +***** End of hand T5-18949596-68 ***** +***** History for hand T5-18949596-69 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:26:31 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: besac025 (9340) +Seat 6: dgdail88 (690) +Seat 7: BARBICHETTE (16960) +Seat 8: natha (3725) +Seat 9: minouwin (8975) +Seat 10: pasbon (7265) +Seat 1: guyguy09 (7915) +Seat 2: matlem (2030) +Seat 3: thikoti (5994) +Seat 4: numa007 (7320) +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +pasbon posts ante 30 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts small blind (150) +dgdail88 posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [9c, 6d] +BARBICHETTE calls 300 +natha folds +minouwin folds +pasbon calls 300 +guyguy09 folds +matlem folds +thikoti folds +numa007 folds +besac025 folds +dgdail88 checks +--- Dealing flop [Jc, 7c, 7h] +dgdail88 checks +BARBICHETTE checks +pasbon checks +--- Dealing turn [5d] +dgdail88 checks +BARBICHETTE bets 1350 +pasbon folds +dgdail88 folds +--- +Summary: +Main pot: 1350 won by BARBICHETTE (1350) +Rake taken: €0 +Seat 5: besac025 (9160), net: -180 +Seat 6: dgdail88 (360), net: -330 +Seat 7: BARBICHETTE (17980), net: +1020, [7s, As] (THREE_OF_A_KIND SEVEN) +Seat 8: natha (3695), net: -30 +Seat 9: minouwin (8945), net: -30 +Seat 10: pasbon (6935), net: -330 +Seat 1: guyguy09 (7885), net: -30 +Seat 2: matlem (2000), net: -30 +Seat 3: thikoti (5964), net: -30 +Seat 4: numa007 (7290), net: -30 +***** End of hand T5-18949596-69 ***** +***** History for hand T5-18949596-70 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:27:33 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: dgdail88 (360) +Seat 7: BARBICHETTE (17980) +Seat 8: natha (3695) +Seat 9: minouwin (8945) +Seat 10: pasbon (6935) +Seat 1: guyguy09 (7885) +Seat 2: matlem (2000) +Seat 3: thikoti (5964) +Seat 4: numa007 (7290) +Seat 5: besac025 (9160) +dgdail88 posts ante 30 +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +pasbon posts ante 30 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts small blind (150) +BARBICHETTE posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [9d, 6c] +natha folds +minouwin folds +pasbon raises 1500 to 1500 +guyguy09 folds +matlem folds +thikoti folds +numa007 folds +besac025 folds +dgdail88 folds +BARBICHETTE calls 1200 +--- Dealing flop [Th, 6s, 8s] +BARBICHETTE checks +pasbon bets 1500 +BARBICHETTE raises 16450 to 16450 [all in] +pasbon calls 3905 [all in] +--- Dealing flop [Th, 6s, 8s] +--- Dealing turn [Qh] +--- Dealing river [Tc] +--- +Summary: +Main pot: 14260 won by BARBICHETTE (14260) +Rake taken: €0 +Seat 6: dgdail88 (180), net: -180 +Seat 7: BARBICHETTE (25305), net: +7325, [2c, 2d] (TWO_PAIR TEN, TWO) +Seat 8: natha (3665), net: -30 +Seat 9: minouwin (8915), net: -30 +Seat 10: pasbon (0), net: -6935, [As, Js] (PAIR TEN) +Seat 1: guyguy09 (7855), net: -30 +Seat 2: matlem (1970), net: -30 +Seat 3: thikoti (5934), net: -30 +Seat 4: numa007 (7260), net: -30 +Seat 5: besac025 (9130), net: -30 +***** End of hand T5-18949596-70 ***** +***** History for hand T5-18949596-71 (TOURNAMENT: "Freeroll tournois live", R-274-110, buy-in: €0) ***** +Start hand: Sat Jan 8 17:28:27 GMT+0100 2011 +Table: Table #86 [18949596] (NO_LIMIT TEXAS_HOLDEM 150/300, ante: 30, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: BARBICHETTE (25305) +Seat 8: natha (3665) +Seat 9: minouwin (8915) +Seat 1: guyguy09 (7855) +Seat 2: matlem (1970) +Seat 3: thikoti (5934) +Seat 4: numa007 (7260) +Seat 5: besac025 (9130) +Seat 6: dgdail88 (180) +BARBICHETTE posts ante 30 +natha posts ante 30 +minouwin posts ante 30 +guyguy09 posts ante 30 +matlem posts ante 30 +thikoti posts ante 30 +numa007 posts ante 30 +besac025 posts ante 30 +dgdail88 posts ante 30 +BARBICHETTE posts small blind (150) +natha posts big blind (300) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 8s] +minouwin folds +guyguy09 folds +matlem folds +thikoti folds +numa007 folds +besac025 raises 600 to 600 +dgdail88 folds +BARBICHETTE calls 450 +natha folds +--- Dealing flop [2h, 9s, 8d] +BARBICHETTE checks +besac025 bets 1350 +BARBICHETTE raises 24675 to 24675 [all in] +besac025 calls 7150 [all in] +--- Dealing flop [2h, 9s, 8d] +--- Dealing turn [5d] +--- Dealing river [Qc] +--- +Summary: +Main pot: 18770 won by BARBICHETTE (18770) +Rake taken: €0 +Seat 7: BARBICHETTE (34945), net: +9640, [9c, Qh] (TWO_PAIR QUEEN, NINE) +Seat 8: natha (3335), net: -330 +Seat 9: minouwin (8885), net: -30 +Seat 1: guyguy09 (7825), net: -30 +Seat 2: matlem (1940), net: -30 +Seat 3: thikoti (5904), net: -30 +Seat 4: numa007 (7230), net: -30 +Seat 5: besac025 (0), net: -9130, [Ks, 8s] (PAIR EIGHT) +Seat 6: dgdail88 (150), net: -30 +***** End of hand T5-18949596-71 ***** diff --git a/pyfpdb/regression-test-files/tour/ongame/R-274-69.txt b/pyfpdb/regression-test-files/tour/ongame/R-274-69.txt new file mode 100644 index 00000000..f6b9f460 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-274-69.txt @@ -0,0 +1,148 @@ +***** History for hand T5-17631959-1 (TOURNAMENT: "Freeroll tournois live", R-274-69, buy-in: €0) ***** +Start hand: Sat Dec 25 21:18:38 GMT+0100 2010 +Table: Table #29 [17631959] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: besac025 (1500) +Seat 10: Chanel777 (1500) +Seat 1: sergio92 (1500) +Seat 2: luciano12 (1500) +Seat 3: purdey02 (1500) +Seat 4: jojo46_x (1500) +Seat 5: slbseia (1500) +Seat 6: TIT42 (1500) +Seat 7: Pauleta62 (1500) +Seat 8: FOUINIBABY (1500) +besac025 posts small blind (10) +Chanel777 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Qc, 7h] +sergio92 calls 20 +luciano12 folds +purdey02 folds +jojo46_x folds +slbseia raises 120 to 120 +TIT42 folds +Pauleta62 folds +FOUINIBABY raises 1500 to 1500 [all in] +besac025 folds +Chanel777 folds +sergio92 folds +slbseia calls 1380 [all in] +--- +--- Dealing flop [Tc, 6s, Jc] +--- Dealing turn [2h] +--- Dealing river [Kc] +--- +Summary: +Main pot: 3050 won by FOUINIBABY (3050) +Rake taken: €0 +Seat 9: besac025 (1490), net: -10 +Seat 10: Chanel777 (1480), net: -20 +Seat 1: sergio92 (1480), net: -20 +Seat 2: luciano12 (1500) +Seat 3: purdey02 (1500) +Seat 4: jojo46_x (1500) +Seat 5: slbseia (0), net: -1500, [8d, 8s] (PAIR EIGHT) +Seat 6: TIT42 (1500) +Seat 7: Pauleta62 (1500) +Seat 8: FOUINIBABY (3050), net: +1550, [Ah, Js] (PAIR JACK) +***** End of hand T5-17631959-1 ***** +***** History for hand T5-17631959-2 (TOURNAMENT: "Freeroll tournois live", R-274-69, buy-in: €0) ***** +Start hand: Sat Dec 25 21:21:24 GMT+0100 2010 +Table: Table #29 [17631959] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 10: Chanel777 (1480) +Seat 1: sergio92 (1480) +Seat 2: luciano12 (1500) +Seat 3: purdey02 (1500) +Seat 4: jojo46_x (1500) +Seat 6: TIT42 (1500) +Seat 7: Pauleta62 (1500) +Seat 8: FOUINIBABY (3050) +Seat 9: besac025 (1490) +Chanel777 posts small blind (10) +sergio92 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [5c, 2c] +luciano12 calls 20 +purdey02 folds +jojo46_x folds +TIT42 folds +Pauleta62 raises 1500 to 1500 [all in] +FOUINIBABY folds +besac025 folds +Chanel777 folds +sergio92 folds +luciano12 calls 1480 [all in] +--- +--- Dealing flop [Ah, 9h, 2d] +--- Dealing turn [8d] +--- Dealing river [8s] +--- +Summary: +Main pot: 3030 won by Pauleta62 (3030) +Rake taken: €0 +Seat 10: Chanel777 (1470), net: -10 +Seat 1: sergio92 (1460), net: -20 +Seat 2: luciano12 (0), net: -1500, [Td, Jh] (PAIR EIGHT) +Seat 3: purdey02 (1500) +Seat 4: jojo46_x (1500) +Seat 6: TIT42 (1500) +Seat 7: Pauleta62 (3030), net: +1530, [Kd, Qc] (PAIR EIGHT) +Seat 8: FOUINIBABY (3050) +Seat 9: besac025 (1490) +***** End of hand T5-17631959-2 ***** +***** History for hand T5-17631959-3 (TOURNAMENT: "Freeroll tournois live", R-274-69, buy-in: €0) ***** +Start hand: Sat Dec 25 21:22:20 GMT+0100 2010 +Table: Table #29 [17631959] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: sergio92 (1460) +Seat 3: purdey02 (1500) +Seat 4: jojo46_x (1500) +Seat 5: louna29860 (1500) +Seat 6: TIT42 (1500) +Seat 7: Pauleta62 (3030) +Seat 8: FOUINIBABY (3050) +Seat 9: besac025 (1490) +Seat 10: Chanel777 (1470) +sergio92 posts small blind (10) +purdey02 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [9s, 7s] +jojo46_x folds +louna29860 folds +TIT42 calls 20 +Pauleta62 folds +FOUINIBABY raises 3050 to 3050 [all in] +besac025 calls 1490 [all in] +Chanel777 folds +sergio92 folds +purdey02 folds +TIT42 folds +--- +--- Dealing flop [Js, Kh, 2c] +--- Dealing turn [9d] +--- Dealing river [Tc] +--- +Summary: +Main pot: 3030 won by FOUINIBABY (3030) +Rake taken: €0 +Seat 1: sergio92 (1450), net: -10 +Seat 3: purdey02 (1480), net: -20 +Seat 4: jojo46_x (1500) +Seat 5: louna29860 (1500) +Seat 6: TIT42 (1480), net: -20 +Seat 7: Pauleta62 (3030) +Seat 8: FOUINIBABY (4590), net: +1540, [Jh, Jd] (THREE_OF_A_KIND JACK) +Seat 9: besac025 (0), net: -1490, [9s, 7s] (PAIR NINE) +Seat 10: Chanel777 (1470) +***** End of hand T5-17631959-3 ***** diff --git a/pyfpdb/regression-test-files/tour/ongame/R-274-73.txt b/pyfpdb/regression-test-files/tour/ongame/R-274-73.txt new file mode 100644 index 00000000..38b6db50 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-274-73.txt @@ -0,0 +1,1913 @@ +***** History for hand T5-17781999-1 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:28:36 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: ZZZZZ (1500) +Seat 6: thyann12 (1500) +Seat 7: Eiizan13 (1500) +Seat 8: lavalise13 (1500) +Seat 9: mopper (1500) +Seat 10: kingdude (1500) +Seat 1: berna27 (1500) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: HRBATYK (1500) +ZZZZZ posts small blind (10) +thyann12 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [6c, 3d] +Eiizan13 raises 50 to 50 +lavalise13 folds +mopper raises 180 to 180 +kingdude folds +berna27 folds +Vitola29 folds +besac025 folds +HRBATYK calls 180 +ZZZZZ folds +thyann12 raises 1480 to 1500 [all in] +Eiizan13 calls 1450 [all in] +mopper calls 1320 [all in] +HRBATYK calls 1320 [all in] +--- +--- Dealing flop [Ad, Js, 2c] +--- Dealing turn [Jd] +--- Dealing river [4s] +--- +Summary: +Main pot: 6010 won by Eiizan13 (6010) +Rake taken: €0 +Seat 5: ZZZZZ (1490), net: -10 +Seat 6: thyann12 (0), net: -1500, [Jc, Qd] (THREE_OF_A_KIND JACK) +Seat 7: Eiizan13 (6010), net: +4510, [2h, 2s] (FULL_HOUSE TWO, JACK) +Seat 8: lavalise13 (1500) +Seat 9: mopper (0), net: -1500, [Td, Ah] (TWO_PAIR ACE, JACK) +Seat 10: kingdude (1500) +Seat 1: berna27 (1500) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: HRBATYK (0), net: -1500, [7c, Ts] (PAIR JACK) +***** End of hand T5-17781999-1 ***** +***** History for hand T5-17781999-2 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:30:37 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 5 +Players in round: 7 +Seat 7: Eiizan13 (6010) +Seat 8: lavalise13 (1500) +Seat 10: kingdude (1500) +Seat 1: berna27 (1500) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 5: ZZZZZ (1490) +Eiizan13 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [7h, 3d] +lavalise13 folds +kingdude calls 20 +berna27 calls 20 +Vitola29 folds +besac025 folds +ZZZZZ folds +Eiizan13 checks +--- Dealing flop [9d, Th, 3h] +Eiizan13 checks +kingdude checks +berna27 checks +--- Dealing turn [6h] +Eiizan13 checks +kingdude checks +berna27 checks +--- Dealing river [4c] +Eiizan13 checks +kingdude bets 100 +berna27 folds +Eiizan13 folds +--- +Summary: +Main pot: 60 won by kingdude (60) +Rake taken: €0 +Seat 7: Eiizan13 (5990), net: -20 +Seat 8: lavalise13 (1500) +Seat 10: kingdude (1540), net: +40 +Seat 1: berna27 (1480), net: -20 +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 5: ZZZZZ (1490) +***** End of hand T5-17781999-2 ***** +***** History for hand T5-17781999-3 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:31:50 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: Eiizan13 (5990) +Seat 8: lavalise13 (1500) +Seat 9: VEGAS80 (1500) +Seat 10: kingdude (1540) +Seat 1: berna27 (1480) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (1500) +Seat 5: ZZZZZ (1490) +Eiizan13 posts small blind (10) +lavalise13 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [4s, 2s] +VEGAS80 calls 20 +kingdude calls 20 +berna27 calls 20 +Vitola29 folds +besac025 folds +moumoune folds +ZZZZZ calls 20 +Eiizan13 raises 30 to 40 +lavalise13 folds +VEGAS80 calls 20 +kingdude calls 20 +berna27 calls 20 +ZZZZZ calls 20 +--- Dealing flop [9d, 6h, Jd] +Eiizan13 bets 50 +VEGAS80 calls 50 +kingdude calls 50 +berna27 calls 50 +ZZZZZ calls 50 +--- Dealing turn [3c] +Eiizan13 bets 470 +VEGAS80 folds +kingdude folds +berna27 folds +ZZZZZ folds +--- +Summary: +Main pot: 470 won by Eiizan13 (470) +Rake taken: €0 +Seat 7: Eiizan13 (6370), net: +380 +Seat 8: lavalise13 (1480), net: -20 +Seat 9: VEGAS80 (1410), net: -90 +Seat 10: kingdude (1450), net: -90 +Seat 1: berna27 (1390), net: -90 +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (1500) +Seat 5: ZZZZZ (1400), net: -90 +***** End of hand T5-17781999-3 ***** +***** History for hand T5-17781999-4 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:33:32 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: lavalise13 (1480) +Seat 9: VEGAS80 (1410) +Seat 10: kingdude (1450) +Seat 1: berna27 (1390) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (1500) +Seat 5: ZZZZZ (1400) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6370) +lavalise13 posts small blind (10) +VEGAS80 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Qh, 6d] +kingdude calls 20 +berna27 folds +Vitola29 folds +besac025 folds +moumoune raises 1500 to 1500 [all in] +ZZZZZ folds +SeismicsWave folds +Eiizan13 folds +lavalise13 folds +VEGAS80 folds +kingdude calls 1430 [all in] +--- +--- Dealing flop [9s, Ad, 8d] +--- Dealing turn [Kh] +--- Dealing river [7c] +--- +Summary: +Main pot: 2930 won by moumoune (2930) +Rake taken: €0 +Seat 8: lavalise13 (1470), net: -10 +Seat 9: VEGAS80 (1390), net: -20 +Seat 10: kingdude (0), net: -1450, [Th, Ts] (PAIR TEN) +Seat 1: berna27 (1390) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (2980), net: +1480, [Qs, Qc] (PAIR QUEEN) +Seat 5: ZZZZZ (1400) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6370) +***** End of hand T5-17781999-4 ***** +***** History for hand T5-17781999-5 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:34:19 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 8 +Players in round: 9 +Seat 9: VEGAS80 (1390) +Seat 1: berna27 (1390) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (2980) +Seat 5: ZZZZZ (1400) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6370) +Seat 8: lavalise13 (1470) +VEGAS80 posts small blind (10) +berna27 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [7c, Kh] +Vitola29 folds +besac025 folds +moumoune folds +ZZZZZ folds +SeismicsWave folds +Eiizan13 folds +lavalise13 folds +VEGAS80 calls 10 +berna27 checks +--- Dealing flop [4d, 9c, Jh] +VEGAS80 checks +berna27 bets 20 +VEGAS80 calls 20 +--- Dealing turn [2s] +VEGAS80 checks +berna27 bets 20 +VEGAS80 calls 20 +--- Dealing river [As] +VEGAS80 checks +berna27 bets 125 +VEGAS80 folds +--- +Summary: +Main pot: 120 won by berna27 (120) +Rake taken: €0 +Seat 9: VEGAS80 (1330), net: -60 +Seat 1: berna27 (1450), net: +60 +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (2980) +Seat 5: ZZZZZ (1400) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6370) +Seat 8: lavalise13 (1470) +***** End of hand T5-17781999-5 ***** +***** History for hand T5-17781999-6 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:35:04 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 1: berna27 (1450) +Seat 2: Vitola29 (1500) +Seat 3: besac025 (1500) +Seat 4: moumoune (2980) +Seat 5: ZZZZZ (1400) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6370) +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1330) +berna27 posts small blind (15) +Vitola29 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [3h, 4d] +besac025 folds +moumoune calls 30 +ZZZZZ calls 30 +SeismicsWave folds +Eiizan13 raises 60 to 60 +lavalise13 folds +VEGAS80 raises 1330 to 1330 [all in] +berna27 folds +Vitola29 folds +moumoune folds +ZZZZZ folds +Eiizan13 calls 1270 +--- +--- Dealing flop [3d, Th, Js] +--- Dealing turn [Jh] +--- Dealing river [Ts] +--- +Summary: +Main pot: 2765 won by Eiizan13 (1383), VEGAS80 (1382) +Rake taken: €0 +Seat 1: berna27 (1435), net: -15 +Seat 2: Vitola29 (1470), net: -30 +Seat 3: besac025 (1500) +Seat 4: moumoune (2950), net: -30 +Seat 5: ZZZZZ (1370), net: -30 +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6423), net: +53, [8c, Ac] (TWO_PAIR JACK, TEN) +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1382), net: +52, [6h, Ah] (TWO_PAIR JACK, TEN) +***** End of hand T5-17781999-6 ***** +***** History for hand T5-17781999-7 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:35:56 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: Vitola29 (1470) +Seat 3: besac025 (1500) +Seat 4: moumoune (2950) +Seat 5: ZZZZZ (1370) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6423) +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1382) +Seat 10: Loren1 (1500) +Seat 1: berna27 (1435) +Vitola29 posts small blind (15) +besac025 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [8h, Ad] +moumoune folds +ZZZZZ calls 30 +SeismicsWave folds +Eiizan13 raises 60 to 60 +lavalise13 folds +VEGAS80 calls 60 +Loren1 calls 60 +berna27 folds +Vitola29 folds +besac025 calls 30 +ZZZZZ calls 30 +--- Dealing flop [4c, 9d, Kd] +besac025 checks +ZZZZZ checks +Eiizan13 bets 30 +VEGAS80 folds +Loren1 calls 30 +besac025 calls 30 +ZZZZZ folds +--- Dealing turn [Js] +besac025 checks +Eiizan13 bets 30 +Loren1 calls 30 +besac025 folds +--- Dealing river [3d] +Eiizan13 bets 150 +Loren1 folds +--- +Summary: +Main pot: 465 won by Eiizan13 (465) +Rake taken: €0 +Seat 2: Vitola29 (1455), net: -15 +Seat 3: besac025 (1410), net: -90 +Seat 4: moumoune (2950) +Seat 5: ZZZZZ (1310), net: -60 +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6768), net: +345 +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1322), net: -60 +Seat 10: Loren1 (1380), net: -120 +Seat 1: berna27 (1435) +***** End of hand T5-17781999-7 ***** +***** History for hand T5-17781999-8 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:37:31 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: besac025 (1410) +Seat 4: moumoune (2950) +Seat 5: ZZZZZ (1310) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6768) +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1322) +Seat 10: Loren1 (1380) +Seat 1: berna27 (1435) +Seat 2: Vitola29 (1455) +besac025 posts small blind (15) +moumoune posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Qd, 8c] +ZZZZZ folds +SeismicsWave folds +Eiizan13 folds +lavalise13 folds +VEGAS80 calls 30 +Loren1 calls 30 +berna27 folds +Vitola29 calls 30 +besac025 calls 15 +moumoune checks +--- Dealing flop [As, 8h, 5d] +besac025 checks +moumoune checks +VEGAS80 checks +Loren1 checks +Vitola29 checks +--- Dealing turn [Kd] +besac025 checks +moumoune bets 75 +VEGAS80 folds +Loren1 folds +Vitola29 calls 75 +besac025 folds +--- Dealing river [5s] +moumoune bets 300 +Vitola29 calls 300 +--- +Summary: +Main pot: 900 won by moumoune (900) +Rake taken: €0 +Seat 3: besac025 (1380), net: -30 +Seat 4: moumoune (3445), net: +495, [Ac, 8d] (TWO_PAIR ACE, EIGHT) +Seat 5: ZZZZZ (1310) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6768) +Seat 8: lavalise13 (1470) +Seat 9: VEGAS80 (1292), net: -30 +Seat 10: Loren1 (1350), net: -30 +Seat 1: berna27 (1435) +Seat 2: Vitola29 (1050), net: -405 +***** End of hand T5-17781999-8 ***** +***** History for hand T5-17781999-9 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:39:39 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 4: moumoune (3445) +Seat 5: ZZZZZ (1310) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (6768) +Seat 8: lavalise13 (1470) +Seat 10: Loren1 (1350) +Seat 1: berna27 (1435) +Seat 2: Vitola29 (1050) +Seat 3: besac025 (1380) +moumoune posts small blind (15) +ZZZZZ posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Tc, Ks] +SeismicsWave folds +Eiizan13 calls 30 +lavalise13 folds +Loren1 calls 30 +berna27 calls 30 +Vitola29 calls 30 +besac025 calls 30 +moumoune calls 15 +ZZZZZ checks +--- Dealing flop [Kh, 9h, Kc] +moumoune checks +ZZZZZ checks +Eiizan13 bets 30 +Loren1 folds +berna27 calls 30 +Vitola29 folds +besac025 calls 30 +moumoune folds +ZZZZZ calls 30 +--- Dealing turn [4d] +ZZZZZ checks +Eiizan13 bets 330 +berna27 folds +besac025 raises 660 to 660 +ZZZZZ folds +Eiizan13 raises 1980 to 2310 +besac025 calls 660 [all in] +--- Dealing turn [4d] +--- Dealing river [Jd] +--- +Summary: +Main pot: 2970 won by besac025 (2970) +Rake taken: €0 +Seat 4: moumoune (3415), net: -30 +Seat 5: ZZZZZ (1250), net: -60 +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (5388), net: -1380, [9d, Ac] (TWO_PAIR KING, NINE) +Seat 8: lavalise13 (1470) +Seat 10: Loren1 (1320), net: -30 +Seat 1: berna27 (1375), net: -60 +Seat 2: Vitola29 (1020), net: -30 +Seat 3: besac025 (2970), net: +1590, [Tc, Ks] (THREE_OF_A_KIND KING) +***** End of hand T5-17781999-9 ***** +***** History for hand T5-17781999-10 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:41:44 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: ZZZZZ (1250) +Seat 6: SeismicsWave (1500) +Seat 7: Eiizan13 (5388) +Seat 8: lavalise13 (1470) +Seat 9: LAROG62 (4410) +Seat 10: Loren1 (1320) +Seat 1: berna27 (1375) +Seat 2: Vitola29 (1020) +Seat 3: besac025 (2970) +Seat 4: moumoune (3415) +ZZZZZ posts small blind (25) +SeismicsWave posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Kc, Qd] +Eiizan13 folds +lavalise13 folds +LAROG62 calls 50 +Loren1 folds +berna27 calls 50 +Vitola29 folds +besac025 calls 50 +moumoune folds +ZZZZZ calls 25 +SeismicsWave checks +--- Dealing flop [6h, 9c, 2c] +ZZZZZ checks +SeismicsWave checks +LAROG62 checks +berna27 bets 50 +besac025 calls 50 +ZZZZZ calls 50 +SeismicsWave folds +LAROG62 calls 50 +--- Dealing turn [Jh] +ZZZZZ bets 50 +LAROG62 folds +berna27 calls 50 +besac025 calls 50 +--- Dealing river [6d] +ZZZZZ bets 50 +berna27 folds +besac025 folds +--- +Summary: +Main pot: 600 won by ZZZZZ (600) +Rake taken: €0 +Seat 5: ZZZZZ (1700), net: +450 +Seat 6: SeismicsWave (1450), net: -50 +Seat 7: Eiizan13 (5388) +Seat 8: lavalise13 (1470) +Seat 9: LAROG62 (4310), net: -100 +Seat 10: Loren1 (1320) +Seat 1: berna27 (1225), net: -150 +Seat 2: Vitola29 (1020) +Seat 3: besac025 (2820), net: -150 +Seat 4: moumoune (3415) +***** End of hand T5-17781999-10 ***** +***** History for hand T5-17781999-11 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:43:20 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: SeismicsWave (1450) +Seat 7: Eiizan13 (5388) +Seat 8: lavalise13 (1470) +Seat 9: LAROG62 (4310) +Seat 10: Loren1 (1320) +Seat 1: berna27 (1225) +Seat 2: Vitola29 (1020) +Seat 3: besac025 (2820) +Seat 4: moumoune (3415) +Seat 5: ZZZZZ (1700) +SeismicsWave posts small blind (25) +Eiizan13 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [4c, Jc] +lavalise13 calls 50 +LAROG62 folds +Loren1 calls 50 +berna27 calls 50 +Vitola29 folds +besac025 folds +moumoune raises 3415 to 3415 [all in] +ZZZZZ folds +SeismicsWave folds +Eiizan13 raises 5338 to 5388 [all in] +lavalise13 folds +Loren1 folds +berna27 folds +--- +--- Dealing flop [3s, 7c, 4d] +--- Dealing turn [Js] +--- Dealing river [Qh] +--- +Summary: +Main pot: 7005 won by moumoune (7005) +Rake taken: €0 +Seat 6: SeismicsWave (1425), net: -25 +Seat 7: Eiizan13 (1973), net: -3415, [8h, 8c] (PAIR EIGHT) +Seat 8: lavalise13 (1420), net: -50 +Seat 9: LAROG62 (4310) +Seat 10: Loren1 (1270), net: -50 +Seat 1: berna27 (1175), net: -50 +Seat 2: Vitola29 (1020) +Seat 3: besac025 (2820) +Seat 4: moumoune (7005), net: +3590, [Jd, Ac] (PAIR JACK) +Seat 5: ZZZZZ (1700) +***** End of hand T5-17781999-11 ***** +***** History for hand T5-17781999-12 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:44:26 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: Eiizan13 (1973) +Seat 8: lavalise13 (1420) +Seat 9: LAROG62 (4310) +Seat 10: Loren1 (1270) +Seat 1: berna27 (1175) +Seat 2: Vitola29 (1020) +Seat 3: besac025 (2820) +Seat 4: moumoune (7005) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Eiizan13 posts small blind (25) +lavalise13 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 5s] +LAROG62 calls 50 +Loren1 calls 50 +berna27 calls 50 +Vitola29 calls 50 +besac025 folds +moumoune folds +ZZZZZ folds +SeismicsWave folds +Eiizan13 calls 25 +lavalise13 checks +--- Dealing flop [2d, 4h, 2h] +Eiizan13 checks +lavalise13 checks +LAROG62 bets 50 +Loren1 calls 50 +berna27 folds +Vitola29 folds +Eiizan13 folds +lavalise13 calls 50 +--- Dealing turn [5d] +lavalise13 checks +LAROG62 bets 50 +Loren1 folds +lavalise13 calls 50 +--- Dealing river [Ad] +lavalise13 bets 50 +LAROG62 folds +--- +Summary: +Main pot: 550 won by lavalise13 (550) +Rake taken: €0 +Seat 7: Eiizan13 (1923), net: -50 +Seat 8: lavalise13 (1820), net: +400 +Seat 9: LAROG62 (4160), net: -150 +Seat 10: Loren1 (1170), net: -100 +Seat 1: berna27 (1125), net: -50 +Seat 2: Vitola29 (970), net: -50 +Seat 3: besac025 (2820) +Seat 4: moumoune (7005) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +***** End of hand T5-17781999-12 ***** +***** History for hand T5-17781999-13 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:46:48 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: lavalise13 (1820) +Seat 9: LAROG62 (4160) +Seat 10: Loren1 (1170) +Seat 1: berna27 (1125) +Seat 2: Vitola29 (970) +Seat 3: besac025 (2820) +Seat 4: moumoune (7005) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: Eiizan13 (1923) +lavalise13 posts small blind (40) +LAROG62 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [3h, Jc] +Loren1 folds +berna27 folds +Vitola29 calls 80 +besac025 folds +moumoune raises 400 to 400 +ZZZZZ folds +SeismicsWave folds +Eiizan13 raises 1923 to 1923 [all in] +lavalise13 folds +LAROG62 folds +Vitola29 calls 890 [all in] +moumoune calls 1523 +--- +--- Dealing flop [Ac, Kh, 5c] +--- Dealing turn [Jd] +--- Dealing river [Tc] +--- +Summary: +Main pot: 3030 won by moumoune (3030) +Side pot 1: 1906 won by moumoune (1906) +Rake taken: €0 +Seat 8: lavalise13 (1780), net: -40 +Seat 9: LAROG62 (4080), net: -80 +Seat 10: Loren1 (1170) +Seat 1: berna27 (1125) +Seat 2: Vitola29 (0), net: -970, [9d, Ad] (PAIR ACE) +Seat 3: besac025 (2820) +Seat 4: moumoune (10018), net: +3013, [Ts, Ks] (TWO_PAIR KING, TEN) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: Eiizan13 (0), net: -1923, [5d, Kd] (TWO_PAIR KING, FIVE) +***** End of hand T5-17781999-13 ***** +***** History for hand T5-17781999-14 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:47:56 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 8 +Players in round: 8 +Seat 9: LAROG62 (4080) +Seat 10: Loren1 (1170) +Seat 1: berna27 (1125) +Seat 3: besac025 (2820) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 8: lavalise13 (1780) +LAROG62 posts small blind (40) +Loren1 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Ks, Kd] +berna27 calls 80 +besac025 raises 480 to 480 +moumoune folds +ZZZZZ folds +SeismicsWave folds +lavalise13 folds +LAROG62 folds +Loren1 folds +berna27 raises 1045 to 1125 [all in] +besac025 calls 645 +--- +--- Dealing flop [Ac, 2d, Jc] +--- Dealing turn [8d] +--- Dealing river [8c] +--- +Summary: +Main pot: 2370 won by berna27 (2370) +Rake taken: €0 +Seat 9: LAROG62 (4040), net: -40 +Seat 10: Loren1 (1090), net: -80 +Seat 1: berna27 (2370), net: +1245, [9c, Qc] (FLUSH ACE) +Seat 3: besac025 (1695), net: -1125, [Ks, Kd] (TWO_PAIR KING, EIGHT) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 8: lavalise13 (1780) +***** End of hand T5-17781999-14 ***** +***** History for hand T5-17781999-15 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:48:30 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: Loren1 (1090) +Seat 1: berna27 (2370) +Seat 2: john74 (4212) +Seat 3: besac025 (1695) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (4040) +Loren1 posts small blind (40) +berna27 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [As, 9d] +john74 calls 80 +besac025 raises 1695 to 1695 [all in] +moumoune folds +ZZZZZ folds +SeismicsWave folds +MAXO folds +lavalise13 folds +LAROG62 folds +Loren1 folds +berna27 folds +john74 folds +--- +Summary: +Main pot: 280 won by besac025 (280) +Rake taken: €0 +Seat 10: Loren1 (1050), net: -40 +Seat 1: berna27 (2290), net: -80 +Seat 2: john74 (4132), net: -80 +Seat 3: besac025 (1895), net: +200 +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (4040) +***** End of hand T5-17781999-15 ***** +***** History for hand T5-17781999-16 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:48:52 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: berna27 (2290) +Seat 2: john74 (4132) +Seat 3: besac025 (1895) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (4040) +Seat 10: Loren1 (1050) +berna27 posts small blind (40) +john74 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Qh, 5d] +besac025 folds +moumoune folds +ZZZZZ folds +SeismicsWave folds +MAXO folds +lavalise13 folds +LAROG62 raises 240 to 240 +Loren1 folds +berna27 calls 200 +john74 calls 160 +--- Dealing flop [Jc, 2s, 3h] +berna27 checks +john74 bets 80 +LAROG62 calls 80 +berna27 calls 80 +--- Dealing turn [2c] +berna27 checks +john74 bets 80 +LAROG62 calls 80 +berna27 folds +--- Dealing river [7d] +john74 checks +LAROG62 bets 1120 +john74 folds +--- +Summary: +Main pot: 1120 won by LAROG62 (1120) +Rake taken: €0 +Seat 1: berna27 (1970), net: -320 +Seat 2: john74 (3732), net: -400 +Seat 3: besac025 (1895) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (4760), net: +720 +Seat 10: Loren1 (1050) +***** End of hand T5-17781999-16 ***** +***** History for hand T5-17781999-17 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:49:42 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: john74 (3732) +Seat 3: besac025 (1895) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (4760) +Seat 10: Loren1 (1050) +Seat 1: berna27 (1970) +john74 posts small blind (40) +besac025 posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [6s, 7d] +moumoune folds +ZZZZZ folds +SeismicsWave folds +MAXO folds +lavalise13 folds +LAROG62 calls 80 +Loren1 folds +berna27 folds +john74 calls 40 +besac025 checks +--- Dealing flop [Jc, Ks, 9h] +john74 bets 80 +besac025 folds +LAROG62 calls 80 +--- Dealing turn [Jh] +john74 bets 80 +LAROG62 calls 80 +--- Dealing river [8h] +john74 bets 80 +LAROG62 raises 800 to 800 +john74 calls 720 +--- +Summary: +Main pot: 2160 won by LAROG62 (2160) +Rake taken: €0 +Seat 2: john74 (2692), net: -1040 +Seat 3: besac025 (1815), net: -80 +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (5880), net: +1120, [Ah, 7h] (FLUSH ACE) +Seat 10: Loren1 (1050) +Seat 1: berna27 (1970) +***** End of hand T5-17781999-17 ***** +***** History for hand T5-17781999-18 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:50:55 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: besac025 (1815) +Seat 4: moumoune (10018) +Seat 5: ZZZZZ (1700) +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (5880) +Seat 10: Loren1 (1050) +Seat 1: berna27 (1970) +Seat 2: john74 (2692) +besac025 posts small blind (40) +moumoune posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Ks, Qd] +ZZZZZ calls 80 +SeismicsWave folds +MAXO folds +lavalise13 folds +LAROG62 folds +Loren1 calls 80 +berna27 calls 80 +john74 calls 80 +besac025 calls 40 +moumoune checks +--- Dealing flop [Jd, 4s, 3h] +besac025 checks +moumoune checks +ZZZZZ checks +Loren1 checks +berna27 checks +john74 checks +--- Dealing turn [Ad] +besac025 checks +moumoune checks +ZZZZZ bets 80 +Loren1 calls 80 +berna27 calls 80 +john74 calls 80 +besac025 folds +moumoune calls 80 +--- Dealing river [As] +moumoune checks +ZZZZZ bets 1540 [all in] +Loren1 folds +berna27 folds +john74 folds +moumoune folds +--- +Summary: +Main pot: 880 won by ZZZZZ (880) +Rake taken: €0 +Seat 3: besac025 (1735), net: -80 +Seat 4: moumoune (9858), net: -160 +Seat 5: ZZZZZ (2420), net: +720 +Seat 6: SeismicsWave (1425) +Seat 7: MAXO (2220) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (5880) +Seat 10: Loren1 (890), net: -160 +Seat 1: berna27 (1810), net: -160 +Seat 2: john74 (2532), net: -160 +***** End of hand T5-17781999-18 ***** +***** History for hand T5-17781999-19 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:53:03 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 4: moumoune (9858) +Seat 5: ZZZZZ (2420) +Seat 6: SeismicsWave (1425) +Seat 8: lavalise13 (1780) +Seat 9: LAROG62 (5880) +Seat 10: Loren1 (890) +Seat 1: berna27 (1810) +Seat 2: john74 (2532) +Seat 3: besac025 (1735) +moumoune posts small blind (60) +ZZZZZ posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [Ts, 4h] +SeismicsWave folds +lavalise13 calls 120 +LAROG62 folds +Loren1 folds +berna27 folds +john74 calls 120 +besac025 folds +moumoune folds +ZZZZZ checks +--- Dealing flop [6h, 9c, 3s] +ZZZZZ checks +lavalise13 bets 420 +john74 folds +ZZZZZ folds +--- +Summary: +Main pot: 420 won by lavalise13 (420) +Rake taken: €0 +Seat 4: moumoune (9798), net: -60 +Seat 5: ZZZZZ (2300), net: -120 +Seat 6: SeismicsWave (1425) +Seat 8: lavalise13 (2080), net: +300 +Seat 9: LAROG62 (5880) +Seat 10: Loren1 (890) +Seat 1: berna27 (1810) +Seat 2: john74 (2412), net: -120 +Seat 3: besac025 (1735) +***** End of hand T5-17781999-19 ***** +***** History for hand T5-17781999-20 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:54:26 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: ZZZZZ (2300) +Seat 6: SeismicsWave (1425) +Seat 7: mirthorn (6275) +Seat 8: lavalise13 (2080) +Seat 9: LAROG62 (5880) +Seat 10: Loren1 (890) +Seat 1: berna27 (1810) +Seat 2: john74 (2412) +Seat 3: besac025 (1735) +Seat 4: moumoune (9798) +ZZZZZ posts small blind (60) +SeismicsWave posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [9h, 7c] +mirthorn folds +lavalise13 folds +LAROG62 calls 120 +Loren1 folds +berna27 calls 120 +john74 calls 120 +besac025 folds +moumoune calls 120 +ZZZZZ folds +SeismicsWave checks +--- Dealing flop [5h, 6c, Ah] +SeismicsWave checks +LAROG62 checks +berna27 checks +john74 checks +moumoune checks +--- Dealing turn [8h] +SeismicsWave bets 120 +LAROG62 folds +berna27 calls 120 +john74 calls 120 +moumoune folds +--- Dealing river [Td] +SeismicsWave bets 120 +berna27 calls 120 +john74 calls 120 +--- +Summary: +Main pot: 1380 won by SeismicsWave (1380) +Rake taken: €0 +Seat 5: ZZZZZ (2240), net: -60 +Seat 6: SeismicsWave (2445), net: +1020, [Tc, As] (TWO_PAIR ACE, TEN) +Seat 7: mirthorn (6275) +Seat 8: lavalise13 (2080) +Seat 9: LAROG62 (5760), net: -120 +Seat 10: Loren1 (890) +Seat 1: berna27 (1450), net: -360 +Seat 2: john74 (2052), net: -360 +Seat 3: besac025 (1735) +Seat 4: moumoune (9678), net: -120 +***** End of hand T5-17781999-20 ***** +***** History for hand T5-17781999-21 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:56:07 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: SeismicsWave (2445) +Seat 7: mirthorn (6275) +Seat 8: lavalise13 (2080) +Seat 9: LAROG62 (5760) +Seat 10: Loren1 (890) +Seat 1: berna27 (1450) +Seat 2: john74 (2052) +Seat 3: besac025 (1735) +Seat 4: moumoune (9678) +Seat 5: ZZZZZ (2240) +SeismicsWave posts small blind (60) +mirthorn posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 7h] +lavalise13 folds +LAROG62 folds +Loren1 folds +berna27 calls 120 +john74 calls 120 +besac025 folds +moumoune raises 600 to 600 +ZZZZZ folds +SeismicsWave folds +mirthorn folds +berna27 raises 1330 to 1450 [all in] +john74 folds +moumoune calls 850 +--- +--- Dealing flop [Qs, 9d, 5c] +--- Dealing turn [Js] +--- Dealing river [8s] +--- +Summary: +Main pot: 3200 won by berna27 (3200) +Rake taken: €0 +Seat 6: SeismicsWave (2385), net: -60 +Seat 7: mirthorn (6155), net: -120 +Seat 8: lavalise13 (2080) +Seat 9: LAROG62 (5760) +Seat 10: Loren1 (890) +Seat 1: berna27 (3200), net: +1750, [Qd, Ah] (PAIR QUEEN) +Seat 2: john74 (1932), net: -120 +Seat 3: besac025 (1735) +Seat 4: moumoune (8228), net: -1450, [Ac, 9s] (PAIR NINE) +Seat 5: ZZZZZ (2240) +***** End of hand T5-17781999-21 ***** +***** History for hand T5-17781999-22 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:57:18 GMT+0100 2010 +Table: Table #38 [17781999] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: mirthorn (6155) +Seat 8: lavalise13 (2080) +Seat 9: LAROG62 (5760) +Seat 10: Loren1 (890) +Seat 1: berna27 (3200) +Seat 2: john74 (1932) +Seat 3: besac025 (1735) +Seat 4: moumoune (8228) +Seat 5: ZZZZZ (2240) +Seat 6: SeismicsWave (2385) +mirthorn posts small blind (60) +lavalise13 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [8h, 8s] +LAROG62 folds +Loren1 folds +berna27 folds +john74 raises 1932 to 1932 [all in] +besac025 folds +moumoune folds +ZZZZZ calls 1932 +SeismicsWave folds +mirthorn calls 1872 +lavalise13 folds +--- Dealing flop [Js, As, 2d] +mirthorn bets 4223 [all in] +ZZZZZ calls 308 [all in] +--- Dealing flop [Js, As, 2d] +--- Dealing turn [3c] +--- Dealing river [9s] +--- +Summary: +Main pot: 5916 won by ZZZZZ (5916) +Side pot 1: 616 won by ZZZZZ (616) +Rake taken: €0 +Seat 7: mirthorn (3915), net: -2240, [Ac, Tc] (PAIR ACE) +Seat 8: lavalise13 (1960), net: -120 +Seat 9: LAROG62 (5760) +Seat 10: Loren1 (890) +Seat 1: berna27 (3200) +Seat 2: john74 (0), net: -1932, [5h, 5d] (PAIR FIVE) +Seat 3: besac025 (1735) +Seat 4: moumoune (8228) +Seat 5: ZZZZZ (6532), net: +4292, [Ah, Ks] (PAIR ACE) +Seat 6: SeismicsWave (2385) +***** End of hand T5-17781999-22 ***** +***** History for hand T5-17782010-29 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:59:12 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: FCB8 (2925) +Seat 9: jultondu54 (6155) +Seat 10: jerykn (2280) +Seat 1: lozere48 (4180) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (775) +Seat 5: KINGMISOBO (5330) +Seat 6: josiane1962 (6415) +Seat 7: granleon142 (2010) +FCB8 posts small blind (80) +jultondu54 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Tc, Js] +jerykn folds +lozere48 folds +besac025 folds +storm7 folds +FFab57 folds +KINGMISOBO folds +josiane1962 folds +granleon142 calls 160 +FCB8 folds +jultondu54 checks +--- Dealing flop [3s, 7d, 3d] +jultondu54 checks +granleon142 checks +--- Dealing turn [As] +jultondu54 checks +granleon142 bets 400 +jultondu54 folds +--- +Summary: +Main pot: 400 won by granleon142 (400) +Rake taken: €0 +Seat 8: FCB8 (2845), net: -80 +Seat 9: jultondu54 (5995), net: -160 +Seat 10: jerykn (2280) +Seat 1: lozere48 (4180) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (775) +Seat 5: KINGMISOBO (5330) +Seat 6: josiane1962 (6415) +Seat 7: granleon142 (2250), net: +240 +***** End of hand T5-17782010-29 ***** +***** History for hand T5-17782010-30 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 09:59:54 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: jultondu54 (5995) +Seat 10: jerykn (2280) +Seat 1: lozere48 (4180) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (775) +Seat 5: KINGMISOBO (5330) +Seat 6: josiane1962 (6415) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2845) +jultondu54 posts small blind (80) +jerykn posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [8d, Qs] +lozere48 folds +besac025 folds +storm7 folds +FFab57 calls 160 +KINGMISOBO folds +josiane1962 folds +granleon142 folds +FCB8 calls 160 +jultondu54 calls 80 +jerykn checks +--- Dealing flop [Kc, Ah, 2c] +jultondu54 checks +jerykn bets 2120 [all in] +FFab57 folds +FCB8 folds +jultondu54 folds +--- +Summary: +Main pot: 640 won by jerykn (640) +Rake taken: €0 +Seat 9: jultondu54 (5835), net: -160 +Seat 10: jerykn (2760), net: +480 +Seat 1: lozere48 (4180) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (615), net: -160 +Seat 5: KINGMISOBO (5330) +Seat 6: josiane1962 (6415) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2685), net: -160 +***** End of hand T5-17782010-30 ***** +***** History for hand T5-17782010-31 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:00:47 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 9 +Players in round: 9 +Seat 10: jerykn (2760) +Seat 1: lozere48 (4180) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (615) +Seat 5: KINGMISOBO (5330) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2685) +Seat 9: jultondu54 (5835) +jerykn posts small blind (80) +lozere48 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Tc, 8d] +besac025 folds +storm7 folds +FFab57 raises 615 to 615 [all in] +KINGMISOBO folds +granleon142 folds +FCB8 folds +jultondu54 folds +jerykn folds +lozere48 folds +--- +Summary: +Main pot: 400 won by FFab57 (400) +Rake taken: €0 +Seat 10: jerykn (2680), net: -80 +Seat 1: lozere48 (4020), net: -160 +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (855), net: +240 +Seat 5: KINGMISOBO (5330) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2685) +Seat 9: jultondu54 (5835) +***** End of hand T5-17782010-31 ***** +***** History for hand T5-17782010-32 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:01:06 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: lozere48 (4020) +Seat 2: besac025 (1735) +Seat 3: storm7 (6220) +Seat 4: FFab57 (855) +Seat 5: KINGMISOBO (5330) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2685) +Seat 9: jultondu54 (5835) +Seat 10: jerykn (2680) +lozere48 posts small blind (80) +besac025 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Qc, 2d] +storm7 folds +FFab57 folds +KINGMISOBO folds +granleon142 folds +FCB8 calls 160 +jultondu54 folds +jerykn folds +lozere48 folds +besac025 checks +--- Dealing flop [5d, 9d, Ah] +besac025 checks +FCB8 checks +--- Dealing turn [Kd] +besac025 checks +FCB8 checks +--- Dealing river [3d] +besac025 bets 160 +FCB8 calls 160 +--- +Summary: +Main pot: 720 won by besac025 (720) +Rake taken: €0 +Seat 1: lozere48 (3940), net: -80 +Seat 2: besac025 (2135), net: +400, [Qc, 2d] (FLUSH KING) +Seat 3: storm7 (6220) +Seat 4: FFab57 (855) +Seat 5: KINGMISOBO (5330) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2365), net: -320 +Seat 9: jultondu54 (5835) +Seat 10: jerykn (2680) +***** End of hand T5-17782010-32 ***** +***** History for hand T5-17782010-33 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:02:08 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 1 +Players in round: 9 +Seat 2: besac025 (2135) +Seat 3: storm7 (6220) +Seat 4: FFab57 (855) +Seat 5: KINGMISOBO (5330) +Seat 7: granleon142 (2250) +Seat 8: FCB8 (2365) +Seat 9: jultondu54 (5835) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +besac025 posts small blind (80) +storm7 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [4c, 9c] +FFab57 folds +KINGMISOBO raises 400 to 400 +granleon142 calls 400 +FCB8 folds +jultondu54 raises 5835 to 5835 [all in] +jerykn folds +lozere48 folds +besac025 folds +storm7 folds +KINGMISOBO calls 4930 [all in] +granleon142 folds +--- +--- Dealing flop [Qs, 3d, Th] +--- Dealing turn [5c] +--- Dealing river [Jc] +--- +Summary: +Main pot: 11300 won by KINGMISOBO (11300) +Rake taken: €0 +Seat 2: besac025 (2055), net: -80 +Seat 3: storm7 (6060), net: -160 +Seat 4: FFab57 (855) +Seat 5: KINGMISOBO (11300), net: +5970, [Kh, Kc] (PAIR KING) +Seat 7: granleon142 (1850), net: -400 +Seat 8: FCB8 (2365) +Seat 9: jultondu54 (505), net: -5330, [Ac, Ts] (PAIR TEN) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +***** End of hand T5-17782010-33 ***** +***** History for hand T5-17782010-34 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:03:07 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: storm7 (6060) +Seat 4: FFab57 (855) +Seat 5: KINGMISOBO (11300) +Seat 6: electra333 (1060) +Seat 7: granleon142 (1850) +Seat 8: FCB8 (2365) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (2055) +storm7 posts small blind (80) +FFab57 posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [9c, Ks] +KINGMISOBO folds +electra333 folds +granleon142 calls 160 +FCB8 folds +jultondu54 folds +jerykn folds +lozere48 folds +besac025 calls 160 +storm7 calls 80 +FFab57 checks +--- Dealing flop [4d, Qs, 7d] +storm7 checks +FFab57 checks +granleon142 bets 160 +besac025 folds +storm7 folds +FFab57 calls 160 +--- Dealing turn [6d] +FFab57 checks +granleon142 bets 400 +FFab57 raises 535 to 535 [all in] +granleon142 calls 135 +--- Dealing turn [6d] +--- Dealing river [5s] +--- +Summary: +Main pot: 2030 won by granleon142 (2030) +Rake taken: €0 +Seat 3: storm7 (5900), net: -160 +Seat 4: FFab57 (0), net: -855, [Ts, Ad] (HIGH_CARD ACE) +Seat 5: KINGMISOBO (11300) +Seat 6: electra333 (1060) +Seat 7: granleon142 (3025), net: +1175, [6c, As] (PAIR SIX) +Seat 8: FCB8 (2365) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895), net: -160 +***** End of hand T5-17782010-34 ***** +***** History for hand T5-17782010-35 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:04:38 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 3 +Players in round: 9 +Seat 5: KINGMISOBO (11300) +Seat 6: electra333 (1060) +Seat 7: granleon142 (3025) +Seat 8: FCB8 (2365) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (5900) +KINGMISOBO posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [2c, 8h] +electra333 folds +granleon142 folds +FCB8 calls 200 +jultondu54 folds +jerykn folds +lozere48 folds +besac025 folds +storm7 folds +KINGMISOBO raises 400 to 600 +FCB8 calls 400 +--- Dealing flop [8d, As, Qd] +KINGMISOBO bets 600 +FCB8 folds +--- +Summary: +Main pot: 1200 won by KINGMISOBO (1200) +Rake taken: €0 +Seat 5: KINGMISOBO (11900), net: +600 +Seat 6: electra333 (1060) +Seat 7: granleon142 (3025) +Seat 8: FCB8 (1765), net: -600 +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (5900) +***** End of hand T5-17782010-35 ***** +***** History for hand T5-17782010-36 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:06:10 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 4 +Players in round: 9 +Seat 5: KINGMISOBO (11900) +Seat 6: electra333 (1060) +Seat 7: granleon142 (3025) +Seat 8: FCB8 (1765) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (5900) +KINGMISOBO posts small blind (100) +electra333 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [6h, 7s] +granleon142 folds +FCB8 folds +jultondu54 folds +jerykn folds +lozere48 folds +besac025 folds +storm7 calls 200 +KINGMISOBO calls 100 +electra333 checks +--- Dealing flop [5c, Qd, 3c] +KINGMISOBO checks +electra333 checks +storm7 bets 600 +KINGMISOBO folds +electra333 folds +--- +Summary: +Main pot: 600 won by storm7 (600) +Rake taken: €0 +Seat 5: KINGMISOBO (11700), net: -200 +Seat 6: electra333 (860), net: -200 +Seat 7: granleon142 (3025) +Seat 8: FCB8 (1765) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300), net: +400 +***** End of hand T5-17782010-36 ***** +***** History for hand T5-17782010-37 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:06:48 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 5 +Players in round: 10 +Seat 6: electra333 (860) +Seat 7: granleon142 (3025) +Seat 8: FCB8 (1765) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +electra333 posts small blind (100) +granleon142 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Ks, Tc] +FCB8 calls 200 +jultondu54 folds +jerykn folds +lozere48 folds +besac025 folds +storm7 folds +kalifa12 folds +KINGMISOBO folds +electra333 calls 100 +granleon142 checks +--- Dealing flop [7h, Ts, 5d] +electra333 checks +granleon142 checks +FCB8 checks +--- Dealing turn [8s] +electra333 checks +granleon142 checks +FCB8 checks +--- Dealing river [9s] +electra333 checks +granleon142 checks +FCB8 bets 600 +electra333 folds +granleon142 calls 600 +--- +Summary: +Main pot: 1800 won by granleon142 (1800) +Rake taken: €0 +Seat 6: electra333 (660), net: -200 +Seat 7: granleon142 (4025), net: +1000, [6d, 9h] (STRAIGHT TEN) +Seat 8: FCB8 (965), net: -800, [8c, 9d] (TWO_PAIR NINE, EIGHT) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +***** End of hand T5-17782010-37 ***** +***** History for hand T5-17782010-38 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:08:24 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: granleon142 (4025) +Seat 8: FCB8 (965) +Seat 9: jultondu54 (505) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +Seat 6: electra333 (660) +granleon142 posts small blind (100) +FCB8 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Ks, 9s] +jultondu54 raises 400 to 400 +jerykn folds +lozere48 folds +besac025 folds +storm7 folds +kalifa12 folds +KINGMISOBO folds +electra333 calls 400 +granleon142 folds +FCB8 calls 200 +--- Dealing flop [8s, As, 2d] +FCB8 bets 565 [all in] +jultondu54 calls 105 [all in] +electra333 calls 260 [all in] +--- Dealing flop [8s, As, 2d] +--- Dealing turn [Qh] +--- Dealing river [9h] +--- +Summary: +Main pot: 1615 won by electra333 (1615) +Side pot 1: 310 won by electra333 (310) +Rake taken: €0 +Seat 7: granleon142 (3925), net: -100 +Seat 8: FCB8 (305), net: -660, [3s, 4c] (HIGH_CARD ACE) +Seat 9: jultondu54 (0), net: -505, [6h, Jh] (HIGH_CARD ACE) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +Seat 6: electra333 (1925), net: +1265, [9d, Qd] (TWO_PAIR QUEEN, NINE) +***** End of hand T5-17782010-38 ***** +***** History for hand T5-17782010-39 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:09:49 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 8: FCB8 (305) +Seat 10: jerykn (2680) +Seat 1: lozere48 (3940) +Seat 2: besac025 (1895) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +Seat 6: electra333 (1925) +Seat 7: granleon142 (3925) +FCB8 posts small blind (100) +jerykn posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Ac, Qc] +lozere48 folds +besac025 raises 400 to 400 +storm7 folds +kalifa12 folds +KINGMISOBO folds +electra333 folds +granleon142 folds +FCB8 folds +jerykn folds +--- +Summary: +Main pot: 500 won by besac025 (500) +Rake taken: €0 +Seat 8: FCB8 (205), net: -100 +Seat 10: jerykn (2480), net: -200 +Seat 1: lozere48 (3940) +Seat 2: besac025 (2195), net: +300 +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +Seat 6: electra333 (1925) +Seat 7: granleon142 (3925) +***** End of hand T5-17782010-39 ***** +***** History for hand T5-17782010-40 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:10:13 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 8 +Players in round: 9 +Seat 10: jerykn (2480) +Seat 1: lozere48 (3940) +Seat 2: besac025 (2195) +Seat 3: storm7 (6300) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (11700) +Seat 6: electra333 (1925) +Seat 7: granleon142 (3925) +Seat 8: FCB8 (205) +jerykn posts small blind (100) +lozere48 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [8d, Td] +besac025 folds +storm7 calls 200 +kalifa12 folds +KINGMISOBO calls 200 +electra333 folds +granleon142 calls 200 +FCB8 folds +jerykn folds +lozere48 checks +--- Dealing flop [2h, Qs, Ad] +lozere48 checks +storm7 checks +KINGMISOBO checks +granleon142 checks +--- Dealing turn [8c] +lozere48 checks +storm7 checks +KINGMISOBO bets 500 +granleon142 folds +lozere48 folds +storm7 folds +--- +Summary: +Main pot: 900 won by KINGMISOBO (900) +Rake taken: €0 +Seat 10: jerykn (2380), net: -100 +Seat 1: lozere48 (3740), net: -200 +Seat 2: besac025 (2195) +Seat 3: storm7 (6100), net: -200 +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (12400), net: +700 +Seat 6: electra333 (1925) +Seat 7: granleon142 (3725), net: -200 +Seat 8: FCB8 (205) +***** End of hand T5-17782010-40 ***** +***** History for hand T5-17782010-41 (TOURNAMENT: "Freeroll tournois live", R-274-73, buy-in: €0) ***** +Start hand: Mon Dec 27 10:11:09 GMT+0100 2010 +Table: Table #27 [17782010] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: lozere48 (3740) +Seat 2: besac025 (2195) +Seat 3: storm7 (6100) +Seat 4: kalifa12 (1245) +Seat 5: KINGMISOBO (12400) +Seat 6: electra333 (1925) +Seat 7: granleon142 (3725) +Seat 8: FCB8 (205) +Seat 9: labuche (5665) +Seat 10: jerykn (2380) +lozere48 posts ante 20 +besac025 posts ante 20 +storm7 posts ante 20 +kalifa12 posts ante 20 +KINGMISOBO posts ante 20 +electra333 posts ante 20 +granleon142 posts ante 20 +FCB8 posts ante 20 +labuche posts ante 20 +jerykn posts ante 20 +lozere48 posts small blind (100) +besac025 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Kd, Ad] +storm7 raises 400 to 400 +kalifa12 folds +KINGMISOBO folds +electra333 folds +granleon142 calls 400 +FCB8 calls 185 [all in] +labuche folds +jerykn folds +lozere48 folds +besac025 calls 200 +--- Dealing flop [6h, 9c, 7s] +besac025 bets 1775 [all in] +storm7 raises 5680 to 5680 [all in] +granleon142 folds +--- Dealing flop [6h, 9c, 7s] +--- Dealing turn [8s] +--- Dealing river [Qh] +--- +Summary: +Main pot: 1040 won by storm7 (1040) +Side pot 1: 4195 won by storm7 (4195) +Rake taken: €0 +Seat 1: lozere48 (3620), net: -120 +Seat 2: besac025 (0), net: -2195, [Kd, Ad] (HIGH_CARD ACE) +Seat 3: storm7 (9140), net: +3040, [Tc, Td] (STRAIGHT TEN) +Seat 4: kalifa12 (1225), net: -20 +Seat 5: KINGMISOBO (12380), net: -20 +Seat 6: electra333 (1905), net: -20 +Seat 7: granleon142 (3305), net: -420 +Seat 8: FCB8 (0), net: -205, [Jc, 9h] (PAIR NINE) +Seat 9: labuche (5645), net: -20 +Seat 10: jerykn (2360), net: -20 +***** End of hand T5-17782010-41 ***** diff --git a/pyfpdb/regression-test-files/tour/ongame/R-279-4.txt b/pyfpdb/regression-test-files/tour/ongame/R-279-4.txt new file mode 100644 index 00000000..543b8e48 --- /dev/null +++ b/pyfpdb/regression-test-files/tour/ongame/R-279-4.txt @@ -0,0 +1,2055 @@ +***** History for hand T5-17943964-1 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 20:58:33 GMT+0100 2010 +Table: Table #248 [17943964] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: skro37 (1500) +Seat 8: jojo2707 (1500) +Seat 9: YESIL68 (1500) +Seat 10: BULLDOGS (1500) +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (1500) +Seat 3: zaze (1500) +Seat 4: besac025 (1500) +Seat 5: patrick4 (1500) +Seat 6: billyh40 (1500) +skro37 posts small blind (10) +jojo2707 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Qd, 7d] +YESIL68 folds +BULLDOGS calls 20 +NAVETTE13 folds +alkazar folds +zaze folds +besac025 calls 20 +patrick4 folds +billyh40 calls 20 +skro37 folds +jojo2707 checks +--- Dealing flop [Ac, 9s, 5s] +jojo2707 bets 20 +BULLDOGS calls 20 +besac025 folds +billyh40 raises 125 to 125 +jojo2707 calls 105 +BULLDOGS folds +--- Dealing turn [Ts] +jojo2707 bets 60 +billyh40 raises 250 to 250 +jojo2707 raises 440 to 500 +billyh40 calls 250 +--- Dealing river [Jd] +jojo2707 bets 350 +billyh40 folds +--- +Summary: +Main pot: 1360 won by jojo2707 (1360) +Rake taken: €0 +Seat 7: skro37 (1490), net: -10 +Seat 8: jojo2707 (2215), net: +715 +Seat 9: YESIL68 (1500) +Seat 10: BULLDOGS (1460), net: -40 +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (1500) +Seat 3: zaze (1500) +Seat 4: besac025 (1480), net: -20 +Seat 5: patrick4 (1500) +Seat 6: billyh40 (855), net: -645 +***** End of hand T5-17943964-1 ***** +***** History for hand T5-17943964-2 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:03:49 GMT+0100 2010 +Table: Table #248 [17943964] (NO_LIMIT TEXAS_HOLDEM 10/20, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: jojo2707 (2215) +Seat 9: YESIL68 (1500) +Seat 10: BULLDOGS (1460) +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (1500) +Seat 3: zaze (1500) +Seat 4: besac025 (1480) +Seat 5: patrick4 (1500) +Seat 6: billyh40 (855) +Seat 7: skro37 (1490) +jojo2707 posts small blind (10) +YESIL68 posts big blind (20) +--- +Dealing pocket cards +Dealing to besac025: [Td, 8c] +BULLDOGS calls 20 +NAVETTE13 folds +alkazar calls 20 +zaze folds +besac025 folds +patrick4 folds +billyh40 calls 20 +skro37 folds +jojo2707 calls 10 +YESIL68 checks +--- Dealing flop [6c, 2d, 7h] +jojo2707 checks +YESIL68 checks +BULLDOGS bets 20 +alkazar calls 20 +billyh40 raises 835 to 835 [all in] +jojo2707 folds +YESIL68 folds +BULLDOGS calls 815 +alkazar folds +--- Dealing flop [6c, 2d, 7h] +--- Dealing turn [6h] +--- Dealing river [Qs] +--- +Summary: +Main pot: 1790 won by billyh40 (1790) +Rake taken: €0 +Seat 8: jojo2707 (2195), net: -20 +Seat 9: YESIL68 (1480), net: -20 +Seat 10: BULLDOGS (605), net: -855, [3d, 3c] (TWO_PAIR SIX, THREE) +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (1460), net: -40 +Seat 3: zaze (1500) +Seat 4: besac025 (1480) +Seat 5: patrick4 (1500) +Seat 6: billyh40 (1790), net: +935, [6s, 4d] (THREE_OF_A_KIND SIX) +Seat 7: skro37 (1490) +***** End of hand T5-17943964-2 ***** +***** History for hand T5-17943964-3 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:05:04 GMT+0100 2010 +Table: Table #248 [17943964] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: YESIL68 (1480) +Seat 10: BULLDOGS (605) +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (1460) +Seat 3: zaze (1500) +Seat 4: besac025 (1480) +Seat 5: patrick4 (1500) +Seat 6: billyh40 (1790) +Seat 7: skro37 (1490) +Seat 8: jojo2707 (2195) +YESIL68 posts small blind (15) +BULLDOGS posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Ks, Kd] +NAVETTE13 folds +alkazar calls 30 +zaze folds +besac025 raises 165 to 165 +patrick4 folds +billyh40 folds +skro37 folds +jojo2707 folds +YESIL68 folds +BULLDOGS calls 135 +alkazar calls 135 +--- Dealing flop [8s, Qc, 4s] +BULLDOGS bets 440 [all in] +alkazar calls 440 +besac025 raises 1315 to 1315 [all in] +alkazar calls 855 [all in] +--- Dealing flop [8s, Qc, 4s] +--- Dealing turn [9c] +--- Dealing river [7h] +--- +Summary: +Main pot: 1830 won by besac025 (1830) +Side pot 1: 1710 won by besac025 (1710) +Rake taken: €0 +Seat 9: YESIL68 (1465), net: -15 +Seat 10: BULLDOGS (0), net: -605, [9s, Jh] (PAIR NINE) +Seat 1: NAVETTE13 (1500) +Seat 2: alkazar (0), net: -1460, [8c, Jc] (PAIR EIGHT) +Seat 3: zaze (1500) +Seat 4: besac025 (3560), net: +2080, [Ks, Kd] (PAIR KING) +Seat 5: patrick4 (1500) +Seat 6: billyh40 (1790) +Seat 7: skro37 (1490) +Seat 8: jojo2707 (2195) +***** End of hand T5-17943964-3 ***** +***** History for hand T5-17943985-9 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:08:17 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: BlAcKhAwK (2885) +Seat 9: bobby71000 (2885) +Seat 10: besac025 (3560) +Seat 1: CyRILLOS78 (1775) +Seat 2: jaber2 (2990) +Seat 3: carail (1500) +Seat 4: husk (1380) +Seat 5: cypat (1470) +Seat 6: juniorgaty (2515) +Seat 7: STIW (3535) +BlAcKhAwK posts small blind (15) +bobby71000 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [Jh, Qs] +besac025 folds +CyRILLOS78 raises 60 to 60 +jaber2 calls 60 +carail folds +husk folds +cypat folds +juniorgaty calls 60 +STIW calls 60 +BlAcKhAwK calls 45 +bobby71000 calls 30 +--- Dealing flop [Kd, 2c, 8d] +BlAcKhAwK bets 30 +bobby71000 calls 30 +CyRILLOS78 folds +jaber2 calls 30 +juniorgaty calls 30 +STIW calls 30 +--- Dealing turn [9s] +BlAcKhAwK checks +bobby71000 checks +jaber2 checks +juniorgaty checks +STIW checks +--- Dealing river [8s] +BlAcKhAwK bets 150 +bobby71000 folds +jaber2 calls 150 +juniorgaty folds +STIW folds +--- +Summary: +Main pot: 810 won by jaber2 (810) +Rake taken: €0 +Seat 8: BlAcKhAwK (2645), net: -240, [2s, 4h] (TWO_PAIR EIGHT, TWO) +Seat 9: bobby71000 (2795), net: -90 +Seat 10: besac025 (3560) +Seat 1: CyRILLOS78 (1715), net: -60 +Seat 2: jaber2 (3560), net: +570, [Ah, 2d] (TWO_PAIR EIGHT, TWO) +Seat 3: carail (1500) +Seat 4: husk (1380) +Seat 5: cypat (1470) +Seat 6: juniorgaty (2425), net: -90 +Seat 7: STIW (3445), net: -90 +***** End of hand T5-17943985-9 ***** +***** History for hand T5-17943985-10 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:10:10 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 15/30, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: bobby71000 (2795) +Seat 10: besac025 (3560) +Seat 1: CyRILLOS78 (1715) +Seat 2: jaber2 (3560) +Seat 3: carail (1500) +Seat 4: husk (1380) +Seat 5: cypat (1470) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3445) +Seat 8: BlAcKhAwK (2645) +bobby71000 posts small blind (15) +besac025 posts big blind (30) +--- +Dealing pocket cards +Dealing to besac025: [4d, Kd] +CyRILLOS78 folds +jaber2 folds +carail folds +husk calls 30 +cypat raises 1470 to 1470 [all in] +juniorgaty folds +STIW folds +BlAcKhAwK folds +bobby71000 folds +besac025 folds +husk folds +--- +Summary: +Main pot: 105 won by cypat (105) +Rake taken: €0 +Seat 9: bobby71000 (2780), net: -15 +Seat 10: besac025 (3530), net: -30 +Seat 1: CyRILLOS78 (1715) +Seat 2: jaber2 (3560) +Seat 3: carail (1500) +Seat 4: husk (1350), net: -30 +Seat 5: cypat (1545), net: +75 +Seat 6: juniorgaty (2425) +Seat 7: STIW (3445) +Seat 8: BlAcKhAwK (2645) +***** End of hand T5-17943985-10 ***** +***** History for hand T5-17943985-11 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:11:00 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: besac025 (3530) +Seat 1: CyRILLOS78 (1715) +Seat 2: jaber2 (3560) +Seat 3: carail (1500) +Seat 4: husk (1350) +Seat 5: cypat (1545) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3445) +Seat 8: BlAcKhAwK (2645) +Seat 9: bobby71000 (2780) +besac025 posts small blind (25) +CyRILLOS78 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [Ah, 5s] +jaber2 folds +carail folds +husk folds +cypat folds +juniorgaty folds +STIW calls 50 +BlAcKhAwK calls 50 +bobby71000 calls 50 +besac025 calls 25 +CyRILLOS78 checks +--- Dealing flop [3d, 7s, Qh] +besac025 checks +CyRILLOS78 checks +STIW checks +BlAcKhAwK checks +bobby71000 checks +--- Dealing turn [Ad] +besac025 checks +CyRILLOS78 checks +STIW checks +BlAcKhAwK checks +bobby71000 checks +--- Dealing river [Jh] +besac025 bets 50 +CyRILLOS78 folds +STIW calls 50 +BlAcKhAwK folds +bobby71000 folds +--- +Summary: +Main pot: 350 won by STIW (350) +Rake taken: €0 +Seat 10: besac025 (3430), net: -100, [Ah, 5s] (PAIR ACE) +Seat 1: CyRILLOS78 (1665), net: -50 +Seat 2: jaber2 (3560) +Seat 3: carail (1500) +Seat 4: husk (1350) +Seat 5: cypat (1545) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3695), net: +250, [As, 9h] (PAIR ACE) +Seat 8: BlAcKhAwK (2595), net: -50 +Seat 9: bobby71000 (2730), net: -50 +***** End of hand T5-17943985-11 ***** +***** History for hand T5-17943985-12 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:12:58 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: CyRILLOS78 (1665) +Seat 2: jaber2 (3560) +Seat 3: carail (1500) +Seat 4: husk (1350) +Seat 5: cypat (1545) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3695) +Seat 8: BlAcKhAwK (2595) +Seat 9: bobby71000 (2730) +Seat 10: besac025 (3430) +CyRILLOS78 posts small blind (25) +jaber2 posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [2d, 6s] +carail folds +husk calls 50 +cypat folds +juniorgaty folds +STIW calls 50 +BlAcKhAwK raises 100 to 100 +bobby71000 calls 100 +besac025 folds +CyRILLOS78 calls 75 +jaber2 folds +husk calls 50 +STIW calls 50 +--- Dealing flop [Ks, 9c, 4d] +CyRILLOS78 bets 50 +husk calls 50 +STIW calls 50 +BlAcKhAwK calls 50 +bobby71000 calls 50 +--- Dealing turn [7h] +CyRILLOS78 bets 50 +husk calls 50 +STIW calls 50 +BlAcKhAwK calls 50 +bobby71000 calls 50 +--- Dealing river [Qc] +CyRILLOS78 bets 1050 +husk calls 1050 +STIW folds +BlAcKhAwK folds +bobby71000 folds +--- +Summary: +Main pot: 3150 won by husk (3150) +Rake taken: €0 +Seat 1: CyRILLOS78 (415), net: -1250, [Qs, Jd] (PAIR QUEEN) +Seat 2: jaber2 (3510), net: -50 +Seat 3: carail (1500) +Seat 4: husk (3250), net: +1900, [Kd, 8d] (PAIR KING) +Seat 5: cypat (1545) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3495), net: -200 +Seat 8: BlAcKhAwK (2395), net: -200 +Seat 9: bobby71000 (2530), net: -200 +Seat 10: besac025 (3430) +***** End of hand T5-17943985-12 ***** +***** History for hand T5-17943985-13 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:14:24 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: jaber2 (3510) +Seat 3: carail (1500) +Seat 4: husk (3250) +Seat 5: cypat (1545) +Seat 6: juniorgaty (2425) +Seat 7: STIW (3495) +Seat 8: BlAcKhAwK (2395) +Seat 9: bobby71000 (2530) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (415) +jaber2 posts small blind (25) +carail posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [9c, 6c] +husk calls 50 +cypat calls 50 +juniorgaty folds +STIW calls 50 +BlAcKhAwK folds +bobby71000 folds +besac025 folds +CyRILLOS78 raises 415 to 415 [all in] +jaber2 folds +carail folds +husk calls 365 +cypat raises 1495 to 1545 [all in] +STIW calls 1495 +husk calls 1130 +--- Dealing flop [9h, Ts, 3d] +husk checks +STIW checks +--- Dealing turn [4c] +husk bets 50 +STIW calls 50 +--- Dealing river [4h] +husk checks +STIW checks +--- +Summary: +Main pot: 1735 won by CyRILLOS78 (1735) +Side pot 1: 3390 won by husk (3390) +Side pot 2: 100 won by husk (100) +Rake taken: €0 +Seat 2: jaber2 (3485), net: -25 +Seat 3: carail (1450), net: -50 +Seat 4: husk (5145), net: +1895, [Kh, Ac] (PAIR FOUR) +Seat 5: cypat (0), net: -1545 +Seat 6: juniorgaty (2425) +Seat 7: STIW (1900), net: -1595 +Seat 8: BlAcKhAwK (2395) +Seat 9: bobby71000 (2530) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735), net: +1320, [Qh, Td] (TWO_PAIR TEN, FOUR) +***** End of hand T5-17943985-13 ***** +***** History for hand T5-17943985-14 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:15:54 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 25/50, TC) +User: besac025 +Button: seat 2 +Players in round: 9 +Seat 3: carail (1450) +Seat 4: husk (5145) +Seat 6: juniorgaty (2425) +Seat 7: STIW (1900) +Seat 8: BlAcKhAwK (2395) +Seat 9: bobby71000 (2530) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +carail posts small blind (25) +husk posts big blind (50) +--- +Dealing pocket cards +Dealing to besac025: [9h, 7d] +juniorgaty folds +STIW calls 50 +BlAcKhAwK calls 50 +bobby71000 folds +besac025 folds +CyRILLOS78 folds +jaber2 folds +carail folds +husk checks +--- Dealing flop [Ts, 3c, 6h] +husk checks +STIW checks +BlAcKhAwK checks +--- Dealing turn [Jc] +husk bets 50 +STIW calls 50 +BlAcKhAwK calls 50 +--- Dealing river [6c] +husk bets 50 +STIW raises 500 to 500 +BlAcKhAwK folds +husk calls 450 +--- +Summary: +Main pot: 1325 won by STIW (1325) +Rake taken: €0 +Seat 3: carail (1425), net: -25 +Seat 4: husk (4545), net: -600 +Seat 6: juniorgaty (2425) +Seat 7: STIW (2625), net: +725, [6d, Ac] (THREE_OF_A_KIND SIX) +Seat 8: BlAcKhAwK (2295), net: -100 +Seat 9: bobby71000 (2530) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +***** End of hand T5-17943985-14 ***** +***** History for hand T5-17943985-15 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:17:35 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: husk (4545) +Seat 5: klubb (2080) +Seat 6: juniorgaty (2425) +Seat 7: STIW (2625) +Seat 8: BlAcKhAwK (2295) +Seat 9: bobby71000 (2530) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +husk posts small blind (40) +klubb posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [Jc, Qd] +juniorgaty folds +STIW calls 80 +BlAcKhAwK folds +bobby71000 calls 80 +besac025 folds +CyRILLOS78 folds +jaber2 folds +carail folds +husk folds +klubb checks +--- Dealing flop [2h, Ah, Kc] +klubb checks +STIW checks +bobby71000 checks +--- Dealing turn [7c] +klubb checks +STIW bets 300 +bobby71000 folds +klubb folds +--- +Summary: +Main pot: 280 won by STIW (280) +Rake taken: €0 +Seat 4: husk (4505), net: -40 +Seat 5: klubb (2000), net: -80 +Seat 6: juniorgaty (2425) +Seat 7: STIW (2825), net: +200 +Seat 8: BlAcKhAwK (2295) +Seat 9: bobby71000 (2450), net: -80 +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +***** End of hand T5-17943985-15 ***** +***** History for hand T5-17943985-16 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:19:07 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: klubb (2000) +Seat 6: juniorgaty (2425) +Seat 7: STIW (2825) +Seat 8: BlAcKhAwK (2295) +Seat 9: bobby71000 (2450) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +Seat 4: husk (4505) +klubb posts small blind (40) +juniorgaty posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [2s, 9c] +STIW calls 80 +BlAcKhAwK raises 480 to 480 +bobby71000 folds +besac025 folds +CyRILLOS78 folds +jaber2 folds +carail folds +husk calls 480 +klubb folds +juniorgaty folds +STIW folds +--- Dealing flop [3h, Ac, 4d] +BlAcKhAwK checks +husk bets 80 +BlAcKhAwK calls 80 +--- Dealing turn [Qh] +BlAcKhAwK checks +husk checks +--- Dealing river [5s] +BlAcKhAwK bets 1735 [all in] +husk calls 1735 +--- +Summary: +Main pot: 4790 won by husk (4790) +Rake taken: €0 +Seat 5: klubb (1960), net: -40 +Seat 6: juniorgaty (2345), net: -80 +Seat 7: STIW (2745), net: -80 +Seat 8: BlAcKhAwK (0), net: -2295, [Jd, 7h] (HIGH_CARD ACE) +Seat 9: bobby71000 (2450) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +Seat 4: husk (7000), net: +2495, [Kd, 5h] (PAIR FIVE) +***** End of hand T5-17943985-16 ***** +***** History for hand T5-17943985-17 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:20:47 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 40/80, TC) +User: besac025 +Button: seat 5 +Players in round: 9 +Seat 6: juniorgaty (2345) +Seat 7: STIW (2745) +Seat 9: bobby71000 (2450) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1735) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (1960) +juniorgaty posts small blind (40) +STIW posts big blind (80) +--- +Dealing pocket cards +Dealing to besac025: [4h, 2h] +bobby71000 calls 80 +besac025 folds +CyRILLOS78 raises 160 to 160 +jaber2 folds +carail folds +husk folds +klubb folds +juniorgaty folds +STIW calls 80 +bobby71000 calls 80 +--- Dealing flop [9d, Qd, 3c] +STIW checks +bobby71000 bets 80 +CyRILLOS78 raises 160 to 160 +STIW calls 160 +bobby71000 calls 80 +--- Dealing turn [Ks] +STIW checks +bobby71000 checks +CyRILLOS78 bets 80 +STIW calls 80 +bobby71000 calls 80 +--- Dealing river [3d] +STIW checks +bobby71000 bets 1240 +CyRILLOS78 folds +STIW folds +--- +Summary: +Main pot: 1240 won by bobby71000 (1240) +Rake taken: €0 +Seat 6: juniorgaty (2305), net: -40 +Seat 7: STIW (2345), net: -400 +Seat 9: bobby71000 (3290), net: +840 +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335), net: -400 +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (1960) +***** End of hand T5-17943985-17 ***** +***** History for hand T5-17943985-18 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:23:01 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 6 +Players in round: 10 +Seat 7: STIW (2345) +Seat 8: BdaWinner (1380) +Seat 9: bobby71000 (3290) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (3485) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (1960) +Seat 6: juniorgaty (2305) +STIW posts small blind (60) +BdaWinner posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [3c, Ah] +bobby71000 folds +besac025 folds +CyRILLOS78 folds +jaber2 calls 120 +carail folds +husk folds +klubb calls 120 +juniorgaty calls 120 +STIW folds +BdaWinner raises 1260 to 1380 [all in] +jaber2 calls 1260 +klubb folds +juniorgaty folds +--- +--- Dealing flop [7s, 4s, 7c] +--- Dealing turn [Kc] +--- Dealing river [Jh] +--- +Summary: +Main pot: 3060 won by jaber2 (3060) +Rake taken: €0 +Seat 7: STIW (2285), net: -60 +Seat 8: BdaWinner (0), net: -1380, [Ad, 3h] (PAIR SEVEN) +Seat 9: bobby71000 (3290) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5165), net: +1680, [8s, 8c] (TWO_PAIR EIGHT, SEVEN) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (1840), net: -120 +Seat 6: juniorgaty (2185), net: -120 +***** End of hand T5-17943985-18 ***** +***** History for hand T5-17943985-19 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:24:03 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 7 +Players in round: 9 +Seat 9: bobby71000 (3290) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5165) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (1840) +Seat 6: juniorgaty (2185) +Seat 7: STIW (2285) +bobby71000 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [8d, Qd] +besac025 folds +CyRILLOS78 folds +jaber2 folds +carail folds +husk folds +klubb calls 120 +juniorgaty calls 120 +STIW calls 120 +bobby71000 checks +--- Dealing flop [4d, 3c, 9c] +bobby71000 bets 120 +klubb calls 120 +juniorgaty calls 120 +STIW folds +--- Dealing turn [Tc] +bobby71000 checks +klubb checks +juniorgaty bets 300 +bobby71000 folds +klubb calls 300 +--- Dealing river [9h] +klubb checks +juniorgaty checks +--- +Summary: +Main pot: 1440 won by klubb (1440) +Rake taken: €0 +Seat 9: bobby71000 (3050), net: -240 +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5165) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (2740), net: +900, [Qs, Qh] (TWO_PAIR QUEEN, NINE) +Seat 6: juniorgaty (1645), net: -540 +Seat 7: STIW (2165), net: -120 +***** End of hand T5-17943985-19 ***** +***** History for hand T5-17943985-20 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:25:55 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 8 +Players in round: 9 +Seat 9: bobby71000 (3050) +Seat 10: besac025 (3430) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5165) +Seat 3: carail (1425) +Seat 4: husk (7000) +Seat 5: klubb (2740) +Seat 6: juniorgaty (1645) +Seat 7: STIW (2165) +bobby71000 posts small blind (60) +besac025 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [3c, 8s] +CyRILLOS78 folds +jaber2 calls 120 +carail folds +husk calls 120 +klubb calls 120 +juniorgaty raises 1645 to 1645 [all in] +STIW folds +bobby71000 folds +besac025 folds +jaber2 folds +husk calls 1525 +klubb folds +--- +--- Dealing flop [Kh, 3h, 7c] +--- Dealing turn [Kd] +--- Dealing river [7s] +--- +Summary: +Main pot: 3710 won by juniorgaty (3710) +Rake taken: €0 +Seat 9: bobby71000 (2990), net: -60 +Seat 10: besac025 (3310), net: -120 +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5045), net: -120 +Seat 3: carail (1425) +Seat 4: husk (5355), net: -1645, [4d, 4h] (TWO_PAIR KING, SEVEN) +Seat 5: klubb (2620), net: -120 +Seat 6: juniorgaty (3710), net: +2065, [Ac, 9s] (TWO_PAIR KING, SEVEN) +Seat 7: STIW (2165) +***** End of hand T5-17943985-20 ***** +***** History for hand T5-17943985-21 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:27:29 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: besac025 (3310) +Seat 1: CyRILLOS78 (1335) +Seat 2: jaber2 (5045) +Seat 3: carail (1425) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (3710) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (2990) +besac025 posts small blind (60) +CyRILLOS78 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [5s, Tc] +jaber2 folds +carail folds +husk folds +klubb folds +juniorgaty raises 3710 to 3710 [all in] +STIW folds +MIKE21WIN folds +bobby71000 folds +besac025 folds +CyRILLOS78 folds +--- +Summary: +Main pot: 300 won by juniorgaty (300) +Rake taken: €0 +Seat 10: besac025 (3250), net: -60 +Seat 1: CyRILLOS78 (1215), net: -120 +Seat 2: jaber2 (5045) +Seat 3: carail (1425) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (3890), net: +180 +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (2990) +***** End of hand T5-17943985-21 ***** +***** History for hand T5-17943985-22 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:28:18 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 60/120, TC) +User: besac025 +Button: seat 10 +Players in round: 10 +Seat 1: CyRILLOS78 (1215) +Seat 2: jaber2 (5045) +Seat 3: carail (1425) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (3890) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (2990) +Seat 10: besac025 (3250) +CyRILLOS78 posts small blind (60) +jaber2 posts big blind (120) +--- +Dealing pocket cards +Dealing to besac025: [Qs, 3h] +carail folds +husk folds +klubb folds +juniorgaty raises 3890 to 3890 [all in] +STIW folds +MIKE21WIN folds +bobby71000 folds +besac025 folds +CyRILLOS78 folds +jaber2 folds +--- +Summary: +Main pot: 300 won by juniorgaty (300) +Rake taken: €0 +Seat 1: CyRILLOS78 (1155), net: -60 +Seat 2: jaber2 (4925), net: -120 +Seat 3: carail (1425) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (4070), net: +180 +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (2990) +Seat 10: besac025 (3250) +***** End of hand T5-17943985-22 ***** +***** History for hand T5-17943985-23 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:28:49 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 1 +Players in round: 10 +Seat 2: jaber2 (4925) +Seat 3: carail (1425) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (4070) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (2990) +Seat 10: besac025 (3250) +Seat 1: CyRILLOS78 (1155) +jaber2 posts small blind (80) +carail posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Jh, Jc] +husk folds +klubb folds +juniorgaty calls 160 +STIW folds +MIKE21WIN folds +bobby71000 calls 160 +besac025 raises 800 to 800 +CyRILLOS78 raises 1155 to 1155 [all in] +jaber2 folds +carail folds +juniorgaty calls 995 +bobby71000 calls 995 +besac025 calls 355 +--- Dealing flop [Tc, 4h, 6c] +juniorgaty checks +bobby71000 checks +besac025 checks +--- Dealing turn [Ks] +juniorgaty bets 2915 [all in] +bobby71000 folds +besac025 folds +--- Dealing turn [Ks] +--- Dealing river [Kh] +--- +Summary: +Main pot: 4860 won by CyRILLOS78 (4860) +Rake taken: €0 +Seat 2: jaber2 (4845), net: -80 +Seat 3: carail (1265), net: -160 +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (2915), net: -1155, [Qc, 9c] (PAIR KING) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1835), net: -1155 +Seat 10: besac025 (2095), net: -1155 +Seat 1: CyRILLOS78 (4860), net: +3705, [Qd, Kc] (THREE_OF_A_KIND KING) +***** End of hand T5-17943985-23 ***** +***** History for hand T5-17943985-24 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:29:50 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: carail (1265) +Seat 4: husk (5355) +Seat 5: klubb (2620) +Seat 6: juniorgaty (2915) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1835) +Seat 10: besac025 (2095) +Seat 1: CyRILLOS78 (4860) +Seat 2: jaber2 (4845) +carail posts small blind (80) +husk posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [2d, 2s] +klubb folds +juniorgaty folds +STIW folds +MIKE21WIN folds +bobby71000 calls 160 +besac025 calls 160 +CyRILLOS78 folds +jaber2 calls 160 +carail folds +husk checks +--- Dealing flop [3h, 8c, Qh] +husk checks +bobby71000 checks +besac025 checks +jaber2 checks +--- Dealing turn [8s] +husk checks +bobby71000 checks +besac025 checks +jaber2 checks +--- Dealing river [6c] +husk checks +bobby71000 checks +besac025 bets 160 +jaber2 calls 160 +husk folds +bobby71000 folds +--- +Summary: +Main pot: 1040 won by jaber2 (1040) +Rake taken: €0 +Seat 3: carail (1185), net: -80 +Seat 4: husk (5195), net: -160 +Seat 5: klubb (2620) +Seat 6: juniorgaty (2915) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675), net: -160 +Seat 10: besac025 (1775), net: -320, [2d, 2s] (TWO_PAIR EIGHT, TWO) +Seat 1: CyRILLOS78 (4860) +Seat 2: jaber2 (5565), net: +720, [7h, 7s] (TWO_PAIR EIGHT, SEVEN) +***** End of hand T5-17943985-24 ***** +***** History for hand T5-17943985-25 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:31:29 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: husk (5195) +Seat 5: klubb (2620) +Seat 6: juniorgaty (2915) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675) +Seat 10: besac025 (1775) +Seat 1: CyRILLOS78 (4860) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +husk posts small blind (80) +klubb posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [Th, Qh] +juniorgaty raises 2915 to 2915 [all in] +STIW folds +MIKE21WIN folds +bobby71000 folds +besac025 calls 1775 [all in] +CyRILLOS78 folds +jaber2 folds +carail folds +husk folds +klubb folds +--- +--- Dealing flop [2d, 3d, Ac] +--- Dealing turn [3h] +--- Dealing river [Td] +--- +Summary: +Main pot: 3790 won by besac025 (3790) +Rake taken: €0 +Seat 4: husk (5115), net: -80 +Seat 5: klubb (2460), net: -160 +Seat 6: juniorgaty (1140), net: -1775, [6s, 6c] (TWO_PAIR SIX, THREE) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675) +Seat 10: besac025 (3790), net: +2015, [Th, Qh] (TWO_PAIR TEN, THREE) +Seat 1: CyRILLOS78 (4860) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +***** End of hand T5-17943985-25 ***** +***** History for hand T5-17943985-26 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:32:18 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: klubb (2460) +Seat 6: juniorgaty (1140) +Seat 7: STIW (2165) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (4860) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (5115) +klubb posts small blind (80) +juniorgaty posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [9d, Ah] +STIW calls 160 +MIKE21WIN folds +bobby71000 folds +besac025 folds +CyRILLOS78 raises 960 to 960 +jaber2 folds +carail folds +husk folds +klubb folds +juniorgaty raises 980 to 1140 [all in] +STIW calls 980 +CyRILLOS78 calls 180 +--- Dealing flop [7h, 9h, 2h] +STIW bets 1025 [all in] +CyRILLOS78 calls 1025 +--- Dealing flop [7h, 9h, 2h] +--- Dealing turn [7d] +--- Dealing river [7c] +--- +Summary: +Main pot: 3500 won by STIW (3500) +Side pot 1: 2050 won by STIW (2050) +Rake taken: €0 +Seat 5: klubb (2380), net: -80 +Seat 6: juniorgaty (0), net: -1140, [4d, Qc] (THREE_OF_A_KIND SEVEN) +Seat 7: STIW (5550), net: +3385, [As, 9s] (FULL_HOUSE SEVEN, NINE) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2695), net: -2165, [6s, 6h] (FULL_HOUSE SEVEN, SIX) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (5115) +***** End of hand T5-17943985-26 ***** +***** History for hand T5-17943985-27 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:33:26 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 80/160, TC) +User: besac025 +Button: seat 5 +Players in round: 9 +Seat 7: STIW (5550) +Seat 8: MIKE21WIN (4095) +Seat 9: bobby71000 (1675) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2695) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (5115) +Seat 5: klubb (2380) +STIW posts big blind (160) +--- +Dealing pocket cards +Dealing to besac025: [7d, 5h] +MIKE21WIN raises 320 to 320 +bobby71000 raises 560 to 560 +besac025 folds +CyRILLOS78 raises 2695 to 2695 [all in] +jaber2 folds +carail folds +husk calls 2695 +klubb folds +STIW folds +MIKE21WIN folds +bobby71000 calls 1115 [all in] +--- +--- Dealing flop [5s, 4h, Th] +--- Dealing turn [8s] +--- Dealing river [9h] +--- +Summary: +Main pot: 5505 won by bobby71000 (5505) +Side pot 1: 2040 won by CyRILLOS78 (2040) +Rake taken: €0 +Seat 7: STIW (5390), net: -160 +Seat 8: MIKE21WIN (3775), net: -320 +Seat 9: bobby71000 (5505), net: +3830, [8d, 8h] (THREE_OF_A_KIND EIGHT) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2040), net: -655, [Ad, Js] (HIGH_CARD ACE) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420), net: -2695, [As, 2d] (HIGH_CARD ACE) +Seat 5: klubb (2380) +***** End of hand T5-17943985-27 ***** +***** History for hand T5-17943985-28 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:34:41 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 6 +Players in round: 9 +Seat 7: STIW (5390) +Seat 8: MIKE21WIN (3775) +Seat 9: bobby71000 (5505) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2040) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420) +Seat 5: klubb (2380) +STIW posts small blind (100) +MIKE21WIN posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [7c, Jh] +bobby71000 folds +besac025 folds +CyRILLOS78 raises 1000 to 1000 +jaber2 folds +carail folds +husk folds +klubb folds +STIW folds +MIKE21WIN folds +--- +Summary: +Main pot: 500 won by CyRILLOS78 (500) +Rake taken: €0 +Seat 7: STIW (5290), net: -100 +Seat 8: MIKE21WIN (3575), net: -200 +Seat 9: bobby71000 (5505) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2340), net: +300 +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420) +Seat 5: klubb (2380) +***** End of hand T5-17943985-28 ***** +***** History for hand T5-17943985-29 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:35:23 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 7 +Players in round: 10 +Seat 8: MIKE21WIN (3575) +Seat 9: bobby71000 (5505) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (2340) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (5290) +MIKE21WIN posts small blind (100) +bobby71000 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [4s, 2d] +besac025 folds +CyRILLOS78 raises 600 to 600 +jaber2 folds +carail folds +husk folds +klubb folds +x_KAYA folds +STIW folds +MIKE21WIN calls 500 +bobby71000 calls 400 +--- Dealing flop [5s, Td, 7s] +MIKE21WIN bets 1800 +bobby71000 calls 1800 +CyRILLOS78 folds +--- Dealing turn [7c] +MIKE21WIN bets 1175 [all in] +bobby71000 calls 1175 +--- Dealing turn [7c] +--- Dealing river [6c] +--- +Summary: +Main pot: 7750 won by MIKE21WIN (7750) +Rake taken: €0 +Seat 8: MIKE21WIN (7750), net: +4175, [Ts, Ah] (TWO_PAIR TEN, SEVEN) +Seat 9: bobby71000 (1930), net: -3575, [Tc, 9s] (TWO_PAIR TEN, SEVEN) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (1740), net: -600 +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (5290) +***** End of hand T5-17943985-29 ***** +***** History for hand T5-17943985-30 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:36:31 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 8 +Players in round: 10 +Seat 9: bobby71000 (1930) +Seat 10: besac025 (3790) +Seat 1: CyRILLOS78 (1740) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2420) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (5290) +Seat 8: MIKE21WIN (7750) +bobby71000 posts small blind (100) +besac025 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [2c, 4h] +CyRILLOS78 folds +jaber2 folds +carail folds +husk calls 200 +klubb folds +x_KAYA folds +STIW calls 200 +MIKE21WIN folds +bobby71000 calls 100 +besac025 checks +--- Dealing flop [7d, Kd, Qd] +bobby71000 checks +besac025 checks +husk bets 200 +STIW calls 200 +bobby71000 folds +besac025 folds +--- Dealing turn [9h] +husk checks +STIW checks +--- Dealing river [3c] +husk checks +STIW checks +--- +Summary: +Main pot: 1200 won by STIW (1200) +Rake taken: €0 +Seat 9: bobby71000 (1730), net: -200 +Seat 10: besac025 (3590), net: -200 +Seat 1: CyRILLOS78 (1740) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2020), net: -400, [Qh, Ah] (PAIR QUEEN) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6090), net: +800, [3h, Ks] (TWO_PAIR KING, THREE) +Seat 8: MIKE21WIN (7750) +***** End of hand T5-17943985-30 ***** +***** History for hand T5-17943985-31 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:37:39 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 9 +Players in round: 10 +Seat 10: besac025 (3590) +Seat 1: CyRILLOS78 (1740) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2020) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6090) +Seat 8: MIKE21WIN (7750) +Seat 9: bobby71000 (1730) +besac025 posts small blind (100) +CyRILLOS78 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [2s, Kc] +jaber2 folds +carail folds +husk folds +klubb folds +x_KAYA folds +STIW calls 200 +MIKE21WIN raises 400 to 400 +bobby71000 folds +besac025 folds +CyRILLOS78 raises 1300 to 1500 +STIW folds +MIKE21WIN raises 2200 to 2600 +CyRILLOS78 calls 240 [all in] +--- +--- Dealing flop [Th, 5c, 9d] +--- Dealing turn [9c] +--- Dealing river [7h] +--- +Summary: +Main pot: 3780 won by MIKE21WIN (3780) +Rake taken: €0 +Seat 10: besac025 (3490), net: -100 +Seat 1: CyRILLOS78 (0), net: -1740, [Jd, Qd] (PAIR NINE) +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2020) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (5890), net: -200 +Seat 8: MIKE21WIN (9790), net: +2040, [Ad, Qc] (PAIR NINE) +Seat 9: bobby71000 (1730) +***** End of hand T5-17943985-31 ***** +***** History for hand T5-17943985-32 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:38:46 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 2: jaber2 (5565) +Seat 3: carail (1185) +Seat 4: husk (2020) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (5890) +Seat 8: MIKE21WIN (9790) +Seat 9: bobby71000 (1730) +Seat 10: besac025 (3490) +jaber2 posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [2s, 7h] +carail folds +husk calls 200 +klubb folds +x_KAYA folds +STIW calls 200 +MIKE21WIN folds +bobby71000 folds +besac025 folds +jaber2 checks +--- Dealing flop [Kc, 6c, 7d] +jaber2 checks +husk checks +STIW bets 200 +jaber2 calls 200 +husk folds +--- Dealing turn [Jd] +jaber2 checks +STIW bets 200 +jaber2 calls 200 +--- Dealing river [4c] +jaber2 checks +STIW bets 200 +jaber2 calls 200 +--- +Summary: +Main pot: 1800 won by STIW (1800) +Rake taken: €0 +Seat 2: jaber2 (4765), net: -800 +Seat 3: carail (1185) +Seat 4: husk (1820), net: -200 +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6890), net: +1000, [Ks, Ac] (PAIR KING) +Seat 8: MIKE21WIN (9790) +Seat 9: bobby71000 (1730) +Seat 10: besac025 (3490) +***** End of hand T5-17943985-32 ***** +***** History for hand T5-17943985-33 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:40:02 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, TC) +User: besac025 +Button: seat 1 +Players in round: 9 +Seat 2: jaber2 (4765) +Seat 3: carail (1185) +Seat 4: husk (1820) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6890) +Seat 8: MIKE21WIN (9790) +Seat 9: bobby71000 (1730) +Seat 10: besac025 (3490) +jaber2 posts small blind (100) +carail posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [Jh, 4h] +husk calls 200 +klubb folds +x_KAYA folds +STIW folds +MIKE21WIN calls 200 +bobby71000 calls 200 +besac025 folds +jaber2 folds +carail checks +--- Dealing flop [8c, 9d, 7d] +carail checks +husk checks +MIKE21WIN checks +bobby71000 checks +--- Dealing turn [9h] +carail checks +husk checks +MIKE21WIN checks +bobby71000 bets 200 +carail folds +husk calls 200 +MIKE21WIN raises 400 to 400 +bobby71000 calls 200 +husk calls 200 +--- Dealing river [Kd] +husk bets 200 +MIKE21WIN calls 200 +bobby71000 calls 200 +--- +Summary: +Main pot: 2700 won by husk (2700) +Rake taken: €0 +Seat 2: jaber2 (4665), net: -100 +Seat 3: carail (985), net: -200 +Seat 4: husk (3720), net: +1900, [Qs, Kc] (TWO_PAIR KING, NINE) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6890) +Seat 8: MIKE21WIN (8990), net: -800 +Seat 9: bobby71000 (930), net: -800 +Seat 10: besac025 (3490) +***** End of hand T5-17943985-33 ***** +***** History for hand T5-17943985-34 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:42:51 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 2 +Players in round: 10 +Seat 3: carail (985) +Seat 4: husk (3720) +Seat 5: klubb (2380) +Seat 6: x_KAYA (1145) +Seat 7: STIW (6890) +Seat 8: MIKE21WIN (8990) +Seat 9: bobby71000 (930) +Seat 10: besac025 (3490) +Seat 1: electra333 (3640) +Seat 2: jaber2 (4665) +carail posts ante 20 +husk posts ante 20 +klubb posts ante 20 +x_KAYA posts ante 20 +STIW posts ante 20 +MIKE21WIN posts ante 20 +bobby71000 posts ante 20 +besac025 posts ante 20 +electra333 posts ante 20 +jaber2 posts ante 20 +carail posts small blind (100) +husk posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [5h, 8c] +klubb folds +x_KAYA folds +STIW calls 200 +MIKE21WIN calls 200 +bobby71000 raises 910 to 910 [all in] +besac025 folds +electra333 folds +jaber2 folds +carail folds +husk folds +STIW calls 710 +MIKE21WIN folds +--- +--- Dealing flop [Ah, As, 6d] +--- Dealing turn [2s] +--- Dealing river [4h] +--- +Summary: +Main pot: 2520 won by bobby71000 (2520) +Rake taken: €0 +Seat 3: carail (865), net: -120 +Seat 4: husk (3500), net: -220 +Seat 5: klubb (2360), net: -20 +Seat 6: x_KAYA (1125), net: -20 +Seat 7: STIW (5960), net: -930, [Jc, Tc] (PAIR ACE) +Seat 8: MIKE21WIN (8770), net: -220 +Seat 9: bobby71000 (2520), net: +1590, [Ts, Qd] (PAIR ACE) +Seat 10: besac025 (3470), net: -20 +Seat 1: electra333 (3620), net: -20 +Seat 2: jaber2 (4645), net: -20 +***** End of hand T5-17943985-34 ***** +***** History for hand T5-17943985-35 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:44:08 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: husk (3500) +Seat 5: klubb (2360) +Seat 6: x_KAYA (1125) +Seat 7: STIW (5960) +Seat 8: MIKE21WIN (8770) +Seat 9: bobby71000 (2520) +Seat 10: besac025 (3470) +Seat 1: electra333 (3620) +Seat 2: jaber2 (4645) +Seat 3: carail (865) +husk posts ante 20 +klubb posts ante 20 +x_KAYA posts ante 20 +STIW posts ante 20 +MIKE21WIN posts ante 20 +bobby71000 posts ante 20 +besac025 posts ante 20 +electra333 posts ante 20 +jaber2 posts ante 20 +carail posts ante 20 +husk posts small blind (100) +klubb posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [9s, Ah] +x_KAYA folds +STIW calls 200 +MIKE21WIN folds +bobby71000 folds +besac025 folds +electra333 folds +jaber2 folds +carail folds +husk folds +klubb checks +--- Dealing flop [Jh, 9d, 4c] +klubb bets 700 +STIW folds +--- +Summary: +Main pot: 700 won by klubb (700) +Rake taken: €0 +Seat 4: husk (3380), net: -120 +Seat 5: klubb (2840), net: +480 +Seat 6: x_KAYA (1105), net: -20 +Seat 7: STIW (5740), net: -220 +Seat 8: MIKE21WIN (8750), net: -20 +Seat 9: bobby71000 (2500), net: -20 +Seat 10: besac025 (3450), net: -20 +Seat 1: electra333 (3600), net: -20 +Seat 2: jaber2 (4625), net: -20 +Seat 3: carail (845), net: -20 +***** End of hand T5-17943985-35 ***** +***** History for hand T5-17943985-36 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:45:06 GMT+0100 2010 +Table: Table #227 [17943985] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 4 +Players in round: 9 +Seat 5: klubb (2840) +Seat 6: x_KAYA (1105) +Seat 7: STIW (5740) +Seat 8: MIKE21WIN (8750) +Seat 10: besac025 (3450) +Seat 1: electra333 (3600) +Seat 2: jaber2 (4625) +Seat 3: carail (845) +Seat 4: husk (3380) +klubb posts ante 20 +x_KAYA posts ante 20 +STIW posts ante 20 +MIKE21WIN posts ante 20 +besac025 posts ante 20 +electra333 posts ante 20 +jaber2 posts ante 20 +carail posts ante 20 +husk posts ante 20 +klubb posts small blind (100) +x_KAYA posts big blind (200) +--- +Dealing pocket cards +Dealing to besac025: [8s, 3d] +STIW calls 200 +MIKE21WIN folds +besac025 folds +electra333 folds +jaber2 folds +carail folds +husk calls 200 +klubb folds +x_KAYA checks +--- Dealing flop [Qh, 9h, 2s] +x_KAYA checks +STIW checks +husk bets 200 +x_KAYA folds +STIW calls 200 +--- Dealing turn [8h] +STIW checks +husk checks +--- Dealing river [9d] +STIW checks +husk bets 200 +STIW calls 200 +--- +Summary: +Main pot: 1680 won by husk (1680) +Rake taken: €0 +Seat 5: klubb (2720), net: -120 +Seat 6: x_KAYA (885), net: -220 +Seat 7: STIW (5120), net: -620 +Seat 8: MIKE21WIN (8730), net: -20 +Seat 10: besac025 (3430), net: -20 +Seat 1: electra333 (3580), net: -20 +Seat 2: jaber2 (4605), net: -20 +Seat 3: carail (825), net: -20 +Seat 4: husk (4440), net: +1060, [4d, Qs] (TWO_PAIR QUEEN, NINE) +***** End of hand T5-17943985-36 ***** +***** History for hand T5-17944034-72 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:46:22 GMT+0100 2010 +Table: Table #178 [17944034] (NO_LIMIT TEXAS_HOLDEM 100/200, ante: 20, TC) +User: besac025 +Button: seat 10 +Players in round: 9 +Seat 1: shienyos (775) +Seat 2: lymar680 (30) +Seat 3: lola532010 (700) +Seat 4: KA40 (8725) +Seat 5: besac025 (3430) +Seat 6: lattahia (5525) +Seat 7: gringoman (55) +Seat 8: amndine_y (10000) +Seat 9: mixupredator (35) +shienyos posts ante 20 +lymar680 posts ante 20 +lola532010 posts ante 20 +KA40 posts ante 20 +besac025 posts ante 20 +lattahia posts ante 20 +gringoman posts ante 20 +amndine_y posts ante 20 +mixupredator posts ante 20 +shienyos posts small blind (100) +lymar680 posts small blind (10) [all in] +--- +Dealing pocket cards +Dealing to besac025: [6c, Qd] +lola532010 folds +KA40 calls 200 +besac025 folds +lattahia calls 200 +gringoman folds +amndine_y calls 200 +mixupredator folds +shienyos folds +--- Dealing flop [Jd, 5d, 3d] +KA40 checks +lattahia bets 200 +amndine_y calls 200 +KA40 folds +--- Dealing turn [Td] +lattahia checks +amndine_y checks +--- Dealing river [6h] +lattahia checks +amndine_y checks +--- +Summary: +Main pot: 230 won by amndine_y (230) +Side pot 1: 1060 won by amndine_y (1060) +Rake taken: €0 +Seat 1: shienyos (655), net: -120 +Seat 2: lymar680 (0), net: -30, [2h, 9c] (HIGH_CARD JACK) +Seat 3: lola532010 (680), net: -20 +Seat 4: KA40 (8505), net: -220 +Seat 5: besac025 (3410), net: -20 +Seat 6: lattahia (5105), net: -420, [Ts, Qc] (PAIR TEN) +Seat 7: gringoman (35), net: -20 +Seat 8: amndine_y (10870), net: +870, [2c, 4c] (STRAIGHT SIX) +Seat 9: mixupredator (15), net: -20 +***** End of hand T5-17944034-72 ***** +***** History for hand T5-17944034-73 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:47:01 GMT+0100 2010 +Table: Table #178 [17944034] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 1 +Players in round: 9 +Seat 3: lola532010 (680) +Seat 4: KA40 (8505) +Seat 5: besac025 (3410) +Seat 6: lattahia (5105) +Seat 7: gringoman (35) +Seat 8: amndine_y (10870) +Seat 9: mixupredator (15) +Seat 10: Bkriss (325) +Seat 1: shienyos (655) +lola532010 posts ante 25 +KA40 posts ante 25 +besac025 posts ante 25 +lattahia posts ante 25 +gringoman posts ante 25 +amndine_y posts ante 25 +mixupredator posts ante 15 +Bkriss posts ante 25 +shienyos posts ante 25 +lola532010 posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [9s, 8h] +KA40 calls 250 +besac025 folds +lattahia folds +gringoman folds +amndine_y folds +Bkriss folds +shienyos folds +lola532010 checks +--- Dealing flop [3h, Qc, 3s] +lola532010 checks +KA40 bets 250 +lola532010 folds +--- Dealing flop [3h, Qc, 3s] +--- Dealing turn [5d] +--- Dealing river [Qs] +--- +Summary: +Main pot: 135 won by KA40 (135) +Side pot 1: 580 won by KA40 (580) +Rake taken: €0 +Seat 3: lola532010 (405), net: -275 +Seat 4: KA40 (8945), net: +440, [Jd, Qh] (FULL_HOUSE QUEEN, THREE) +Seat 5: besac025 (3385), net: -25 +Seat 6: lattahia (5080), net: -25 +Seat 7: gringoman (10), net: -25 +Seat 8: amndine_y (10845), net: -25 +Seat 9: mixupredator (0), net: -15, [9c, 4c] (TWO_PAIR QUEEN, THREE) +Seat 10: Bkriss (300), net: -25 +Seat 1: shienyos (630), net: -25 +***** End of hand T5-17944034-73 ***** +***** History for hand T5-17944034-74 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:47:24 GMT+0100 2010 +Table: Table #178 [17944034] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 2 +Players in round: 8 +Seat 3: lola532010 (405) +Seat 4: KA40 (8945) +Seat 5: besac025 (3385) +Seat 6: lattahia (5080) +Seat 7: gringoman (10) +Seat 8: amndine_y (10845) +Seat 10: Bkriss (300) +Seat 1: shienyos (630) +lola532010 posts ante 25 +KA40 posts ante 25 +besac025 posts ante 25 +lattahia posts ante 25 +gringoman posts ante 10 +amndine_y posts ante 25 +Bkriss posts ante 25 +shienyos posts ante 25 +lola532010 posts small blind (125) +KA40 posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [4h, 8d] +besac025 folds +lattahia folds +amndine_y calls 250 +Bkriss folds +shienyos folds +lola532010 folds +KA40 checks +--- Dealing flop [8s, 5h, Qs] +KA40 checks +amndine_y checks +--- Dealing turn [Kc] +KA40 checks +amndine_y checks +--- Dealing river [9h] +KA40 checks +amndine_y checks +--- +Summary: +Main pot: 80 won by gringoman (80) +Side pot 1: 730 won by KA40 (365), amndine_y (365) +Rake taken: €0 +Seat 3: lola532010 (255), net: -150 +Seat 4: KA40 (9035), net: +90, [Tc, 2c] (HIGH_CARD KING) +Seat 5: besac025 (3360), net: -25 +Seat 6: lattahia (5055), net: -25 +Seat 7: gringoman (80), net: +70, [Js, 9s] (PAIR NINE) +Seat 8: amndine_y (10935), net: +90, [7h, Th] (HIGH_CARD KING) +Seat 10: Bkriss (275), net: -25 +Seat 1: shienyos (605), net: -25 +***** End of hand T5-17944034-74 ***** +***** History for hand T5-17944034-75 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:48:03 GMT+0100 2010 +Table: Table #178 [17944034] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 3 +Players in round: 10 +Seat 4: KA40 (9035) +Seat 5: besac025 (3360) +Seat 6: lattahia (5055) +Seat 7: gringoman (80) +Seat 8: amndine_y (10935) +Seat 9: wallyd (60) +Seat 10: Bkriss (275) +Seat 1: shienyos (605) +Seat 2: HELENE8687 (1315) +Seat 3: lola532010 (255) +KA40 posts ante 25 +besac025 posts ante 25 +lattahia posts ante 25 +gringoman posts ante 25 +amndine_y posts ante 25 +wallyd posts ante 25 +Bkriss posts ante 25 +shienyos posts ante 25 +HELENE8687 posts ante 25 +lola532010 posts ante 25 +KA40 posts small blind (125) +besac025 posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [Qs, Js] +lattahia raises 500 to 500 +gringoman folds +amndine_y calls 500 +wallyd folds +Bkriss folds +shienyos folds +HELENE8687 folds +lola532010 folds +KA40 calls 375 +besac025 calls 250 +--- Dealing flop [Tc, Kh, 5h] +KA40 bets 1625 +besac025 folds +lattahia folds +amndine_y folds +--- +Summary: +Main pot: 2250 won by KA40 (2250) +Rake taken: €0 +Seat 4: KA40 (10760), net: +1725 +Seat 5: besac025 (2835), net: -525 +Seat 6: lattahia (4530), net: -525 +Seat 7: gringoman (55), net: -25 +Seat 8: amndine_y (10410), net: -525 +Seat 9: wallyd (35), net: -25 +Seat 10: Bkriss (250), net: -25 +Seat 1: shienyos (580), net: -25 +Seat 2: HELENE8687 (1290), net: -25 +Seat 3: lola532010 (230), net: -25 +***** End of hand T5-17944034-75 ***** +***** History for hand T5-17944034-76 (TOURNAMENT: "Tournoi gratuit 10 000€", R-279-4, buy-in: €0) ***** +Start hand: Wed Dec 29 21:48:40 GMT+0100 2010 +Table: Table #178 [17944034] (NO_LIMIT TEXAS_HOLDEM 125/250, ante: 25, TC) +User: besac025 +Button: seat 4 +Players in round: 10 +Seat 5: besac025 (2835) +Seat 6: lattahia (4530) +Seat 7: gringoman (55) +Seat 8: amndine_y (10410) +Seat 9: wallyd (35) +Seat 10: Bkriss (250) +Seat 1: shienyos (580) +Seat 2: HELENE8687 (1290) +Seat 3: lola532010 (230) +Seat 4: KA40 (10760) +besac025 posts ante 25 +lattahia posts ante 25 +gringoman posts ante 25 +amndine_y posts ante 25 +wallyd posts ante 25 +Bkriss posts ante 25 +shienyos posts ante 25 +HELENE8687 posts ante 25 +lola532010 posts ante 25 +KA40 posts ante 25 +besac025 posts small blind (125) +lattahia posts big blind (250) +--- +Dealing pocket cards +Dealing to besac025: [6d, 4d] +gringoman folds +amndine_y folds +wallyd folds +Bkriss folds +shienyos folds +HELENE8687 folds +lola532010 folds +KA40 raises 500 to 500 +besac025 calls 375 +lattahia calls 250 +--- Dealing flop [8s, Ks, Jc] +besac025 checks +lattahia checks +KA40 checks +--- Dealing turn [Td] +besac025 bets 875 +lattahia folds +KA40 calls 875 +--- Dealing river [4h] +besac025 bets 1435 [all in] +KA40 calls 1435 +--- +Summary: +Main pot: 6370 won by KA40 (6370) +Rake taken: €0 +Seat 5: besac025 (0), net: -2835, [6d, 4d] (PAIR FOUR) +Seat 6: lattahia (4005), net: -525 +Seat 7: gringoman (30), net: -25 +Seat 8: amndine_y (10385), net: -25 +Seat 9: wallyd (10), net: -25 +Seat 10: Bkriss (225), net: -25 +Seat 1: shienyos (555), net: -25 +Seat 2: HELENE8687 (1265), net: -25 +Seat 3: lola532010 (205), net: -25 +Seat 4: KA40 (14295), net: +3535, [Js, Jd] (THREE_OF_A_KIND JACK) +***** End of hand T5-17944034-76 *****