KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

is_element_present #33

Closed 544449 closed 10 years ago

544449 commented 10 years ago

function "is_element_present" is missing in in class JustDice_impl().

copy it from class JustDiceBet().

also isn't there infinite loop in function do_autotip?

KgBC commented 10 years ago

You're right, seems I mixed things up with implementing the simulation mode. As I do not tip myself I didn't see it :) And yes, it looks like an infinite loop, glad it didn't work at all :p

Thanks for bringing my attention to it, will fix as soon as possible.

KgBC commented 10 years ago

fixed in next release