mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +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.')
|
self.irc.reply('You will leave this table when this hand ends.')
|
||||||
elif player in self.waitingToJoin:
|
elif player in self.waitingToJoin:
|
||||||
self.waitingToJoin.remove(player)
|
self.waitingToJoin.remove(player)
|
||||||
|
self.irc.reply('You are no longer waiting to join this table.')
|
||||||
else:
|
else:
|
||||||
self.error('You aren\'t currently seated.')
|
self.error('You aren\'t currently seated.')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user