summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/OO.pm')
-rw-r--r--lib/Bot/Games/OO.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/OO.pm b/lib/Bot/Games/OO.pm
index b1f6a11..8401b47 100644
--- a/lib/Bot/Games/OO.pm
+++ b/lib/Bot/Games/OO.pm
@@ -5,7 +5,7 @@ use Moose::Exporter;
use Bot::Games::Meta::Class;
-sub command($&) {
+sub command {
my $class = shift;
my ($name, $code) = @_;
my $method_meta = Bot::Games::Meta::Method::Command->wrap(