summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO.pm
blob: 119718d6338e511163954b14f932bf7568681ee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Bot::Games::OO;
use IM::Engine::Plugin::Commands::OO ();
use MooseX::AttributeHelpers;
use Moose::Exporter;

Moose::Exporter->setup_import_methods(
    also => ['IM::Engine::Plugin::Commands::OO'],
);

1;