On 06/11/2007 at 00:08 +0100, Loic Dachary wrote: > The idea is that poker-network will override the default class with > the get_rake_instance variable loaded from the first pokerrake.py file > found in the search path (space separated path in the <path> element > of poker.server.xml). > > Let me know if that works.
It does work! Thanks. > Of course you could try more fancy rake structures based on the > game argument. The game argument is a poker-engine instance that > fully describes the state of the game. Is there any attribute on that instance that will tell me which is the currency serial? (I would like to make rake 0 for play money tables and a given rake for real money ones). I’ve looked a bit into it in pokergame.py but my python skills are close to zero :) I’ve got another question so far, on a given moment I would like to “reset” the database (too many tests :). Is there any script or document that would tell me which records I can delete and wich ones I should leave? -- Kiko Private mail is preferred encrypted: http://www.pirispons.net/pgpkey.html _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
