From a80d5722742519fef9c43172369d081ac0210953 Mon Sep 17 00:00:00 2001 From: doy Date: Sun, 26 Apr 2009 02:28:13 -0500 Subject: get rid of give_up now that challenging should work --- lib/Bot/Games/Game/Ghost.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm index c59b7cd..b468010 100644 --- a/lib/Bot/Games/Game/Ghost.pm +++ b/lib/Bot/Games/Game/Ghost.pm @@ -141,12 +141,6 @@ command valid_word_from_state => sub { return uc($word_prefix) eq $self->state; }; -command give_up => sub { - my $self = shift; - $self->is_over(1); - return "Game over!"; -}; - sub current_player_index { my $self = shift; for (0..($self->num_players - 1)) { -- cgit v1.2.3-54-g00ecf