summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-27 01:05:37 -0500
committerdoy <doy@tozt.net>2009-04-27 01:05:37 -0500
commit1bbf2d6fd9637de8159c32fad96bad07ce24d3bb (patch)
tree6c4e62b913f973e17aeca242260a1396f362a8cc
parenteb5197e67e600ceb1e30df3d741c70c5024082db (diff)
downloadbot-games-1bbf2d6fd9637de8159c32fad96bad07ce24d3bb.tar.gz
bot-games-1bbf2d6fd9637de8159c32fad96bad07ce24d3bb.zip
oops, didn't mean to add that
-rw-r--r--lib/Bot/Games/Game/Ghost.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm
index d1f7267..4ce59ec 100644
--- a/lib/Bot/Games/Game/Ghost.pm
+++ b/lib/Bot/Games/Game/Ghost.pm
@@ -111,9 +111,6 @@ command challenge => sub {
}
};
-before qw/turn challenge/ => sub {
-};
-
command previous_player => sub {
my $self = shift;
return unless $self->has_current_player;