Notify Player that tourney has started

For discussion of the Poker Mavens server module and other administration topics
Post Reply
social
Posts: 211
Joined: Fri Nov 20, 2009 12:23 am

Notify Player that tourney has started

Post by social »

Forgive me if this has been answered elsewhere:

Is there any way to send an email or other notification to a player that his tourney has just started
and he will be locked out if he does not take his seat soon?

I would like to send messages to people's phones.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Notify Player that tourney has started

Post by Kent Briggs »

There's a callback event for "Tournament start". Get the tournament name from that and then call TournamentsPlaying in the API and check the NoShow field. I would wait at least 1 minute to give them time to click the Ready button. Or call AccountsList with the new Players parameter just added to version 4.40 and check the SessionIDs to see who is not logged in and then you can send out your messages accordingly.
Post Reply