ffao / Shiro

Helper bot for games in puzzling.stackexchange.com chat
MIT License
5 stars 6 forks source link

say who goes first #4

Closed numbermaniac closed 7 years ago

numbermaniac commented 7 years ago

No idea if this works since I have no way of testing it, but from what I've figured out about your code I hope it does. :)

numbermaniac commented 7 years ago

BTW: Lines 172-175, I think the statements can be reversed and then ==0 can be removed, because if you know it's going to be 0/1 then you can use Python's false/true implicit conversion so that you don't need it. :)