2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (3 bytes) =>
type = PING(5)
2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (3 bytes) =>
type = PING(5)
2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (11 bytes) =>
type = POKER_TOURNEY_REGISTER(116) serial = 7 game_id = 7
2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (0 bytes) =>
type = NONE(0)
2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (0 bytes) =>
type = QUIT(7)
2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type =
POKER_TOURNEY_REGISTER(116) serial = 7 game_id = 7
2007/06/10 02:10 EDT [-] tourneyRegister: UPDATE user2money SET amount =
amount - 300000 WHERE user_serial = 7 AND        currency_serial = 1 AND
amount >= 300000
2007/06/10 02:10 EDT [-] tourneyRegister: INSERT INTO user2tourney
(user_serial, tourney_serial) VALUES (7, 7)
2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type = NONE(0)
2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type = QUIT(7)

*** Not sure about the packetQuit?

PACKET_QUIT = 7
PacketNames[PACKET_QUIT] = "QUIT"

class PacketQuit(Packet):
    """
    Client tells the server it will leave
    """

    type = PACKET_QUIT

PacketFactory[PACKET_QUIT] = PacketQuit

Client tells the server it will leave ??? Why is the client telling the
server that it's leaving?



_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to