mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
Make sure we always reply to a stand.
This commit is contained in:
parent
9f372e60d9
commit
dcb91579b0
@ -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.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user