Make sure we always reply to a stand.

This commit is contained in:
Jeremy Fincher 2004-10-15 17:52:59 +00:00
parent 9f372e60d9
commit dcb91579b0
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class Table(object):
self.irc.reply('You will leave this table when this hand ends.')
elif player in self.waitingToJoin:
self.waitingToJoin.remove(player)
self.irc.reply('You are no longer waiting to join this table.')
else:
self.error('You aren\'t currently seated.')