From dcb91579b0d519286eac1908f8b5c012fa7d012c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 15 Oct 2004 17:52:59 +0000 Subject: [PATCH] Make sure we always reply to a stand. --- plugins/Holdem.py | 1 + 1 file changed, 1 insertion(+) 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.')