CharlieHess / slack-poker-bot

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

Custom configuration, specified in a message to PokerBot #8

Closed CharlieHess closed 9 years ago

CharlieHess commented 9 years ago

It would be nice to read in some configuration file and automatically set things like:

geobmx540 commented 9 years ago

Would even be better if optionally you could start games with these configurations - rather than requiring a config file - maybe the config file sets the default game

CaptainPalapa commented 9 years ago

Oh, this is a very nice idea. The biggest issue I've found, though, is having to switch channels to see your cards. I know (from my own bot building experience) that you simply can't do a private message in-channel without a /slash command. So not sure there. SlackDeck (like TweetDeck) would help!

CharlieHess commented 9 years ago

The foundations for this are in place, and player timeout is now configurable.