tippero/tipbot/modules
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
..
blackjack.py blackjack: fix double doubling the wrong bet amount 2015-01-23 10:52:32 +00:00
dice.py Factor player balance check into IsBetValid and make min/max bets optional 2015-01-22 18:46:15 +00:00
freenode.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
irc.py Fix another issue with IPv6 users - commands being ignored 2015-01-20 17:11:56 +00:00
payment.py Make idle and cleanup functions fields of the module object 2015-01-22 19:30:28 +00:00
tipping.py Make sure to send help/etc in PM 2015-01-20 17:18:15 +00:00
withdraw.py Make sure to send help/etc in PM 2015-01-20 17:18:15 +00:00