tippero/tipbot
moneromooo bb7d4c9f2c blackjack: fix double doubling the wrong bet amount
It would double the current full amount bet, rather than the
original bet of the current hand only.

Also fix an error message using a variable before it's initialized
when telling the player his/her balance is not enough when doing so.
2015-01-23 10:52:32 +00:00
..
modules blackjack: fix double doubling the wrong bet amount 2015-01-23 10:52:32 +00:00
__init__.py Structural overhaul 2014-12-29 17:39:17 +00:00
betutils.py betutils: move "does not have enough balance" from error to warning 2015-01-22 18:46:23 +00:00
coinspecs.py Structural overhaul 2014-12-29 17:39:17 +00:00
command_manager.py Make idle and cleanup functions fields of the module object 2015-01-22 19:30:28 +00:00
config.py Add blackjack module 2015-01-21 16:38:59 +00:00
group.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
link.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
log.py Move IRC logging functions to ircutils 2015-01-09 21:46:42 +00:00
network.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
redisdb.py redis: add trampolines for a few z* functions 2015-01-22 18:20:35 +00:00
user.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
utils.py Abstract away communications networks 2015-01-19 08:45:56 +00:00