CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 207 forks source link

Configurable timeouts #24

Closed ridhoq closed 9 years ago

ridhoq commented 9 years ago

Would you be interested in a pull request that makes the polling timeouts configurable via some file? My usecase being: I'd like to play this with buddies at work asynchronously.

CharlieHess commented 9 years ago

Most definitely. Had a few requests for this from work friends already.

CharlieHess commented 9 years ago

See #8, had plans to work this into a config file.

Droogans commented 9 years ago

Please consider this response stating that you should be able to drive this config at game start in slack.

@pokerbot deal timeout=15m

Something like that.

CharlieHess commented 9 years ago

Yeah I'm onboard with that. timeout=0 for no timeouts at all.

CharlieHess commented 9 years ago

Wrapping this up into #8.