> - table.plugin should not call server.tableJoin when joining a tournament > - The code has to be re-architectured somehow to be able handle > creating a table when receiving a POKER_TABLE without bothering too > much of if it is a tourney or not. > > Something we discussed with loic was to: > - have tableRowClick send POKER_TABLE_JOIN directly > - have a spawnTable callback fired when receiving POKER_TABLE, and > overrided by JpokerPlugin for TW integration > - have a spawnTourney callback for convenience if necessary
Here is a tentative patch that refactor test and implementation of table joining sequence as we discussed before: http://jpoker.aminche.com/hg/jpoker-tourneys/rev/264f365dca80 Feedback are welcome! -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
