summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-24 23:28:38 -0500
committerdoy <doy@tozt.net>2009-04-24 23:28:38 -0500
commitc635cf5996f9ec6439b8eaee284681014451583d (patch)
tree69818ab6cb240c4024ca9be0d05dea09cfc931b4 /lib/Bot/Games.pm
parent2bb2c85f4cd80117df0bfb25330b57b5eeb0474f (diff)
downloadbot-games-c635cf5996f9ec6439b8eaee284681014451583d.tar.gz
bot-games-c635cf5996f9ec6439b8eaee284681014451583d.zip
get rid of the 'ghostlike' abstract base, and have other ghostlike games just inherit from ghost directly
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index 83516bb..599927b 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -3,7 +3,6 @@ package Bot::Games;
use Bot::Games::OO;
use Module::Pluggable
search_path => 'Bot::Games::Game',
- except => ['Bot::Games::Game::Ghostlike'],
sub_name => 'games';
extends 'Bot::BasicBot';