CharlieHess / slack-poker-bot

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

Custom Configuration #40

Closed CharlieHess closed 8 years ago

CharlieHess commented 8 years ago

This PR adds support for configuration messages (#8), in the format:

@pokerbot: config timeout=60

Any number of named parameters can be set in a single message, although only supported parameters will be applied to the game. Right now the only supported parameter is:

timeout: Configures the duration (in seconds) before a player times out. 
Set to 0 to specify no timeout.

TODO: