mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added a fold message and some TODOs.
This commit is contained in:
parent
2f7ed33f3f
commit
d88d7797be
@ -48,6 +48,11 @@ __contributors__ = {}
|
||||
# the bankroll.
|
||||
# Write a command to allow Owner users to give a person money.
|
||||
# Re-expand the commands using forwarder so they can have better help.
|
||||
# Have tables in each channel be entirely configurable.
|
||||
# Have the bot automatically start the next hand if people are seated.
|
||||
# Improve the "you've bet X already" to say something cooler when X is 0.
|
||||
# Have a slight pause before sending the "foo, it's your turn to bet" message,
|
||||
# and if the user replies before then, don't send it.
|
||||
###
|
||||
|
||||
import sets
|
||||
@ -346,6 +351,7 @@ class Table(object):
|
||||
if bucket:
|
||||
self.foldedBuckets.append(bucket)
|
||||
del self.hands[player]
|
||||
self.public('%s folds.' % player.name())
|
||||
self.checkEndOfRound()
|
||||
|
||||
def check(self, player):
|
||||
|
Loading…
Reference in New Issue
Block a user