summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index be50f4d..754d9f4 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -3,6 +3,7 @@ use Bot::Games::OO;
use List::Util qw/first/;
use Module::Pluggable
search_path => 'Bot::Games::Game',
+ except => qr/Bot::Games::Game::Role/,
sub_name => 'games';
extends 'Bot::BasicBot';