diff --git a/plugins/Holdem.py b/plugins/Holdem.py index be340333a..7500118a4 100644 --- a/plugins/Holdem.py +++ b/plugins/Holdem.py @@ -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.')