summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index f463233..c478cd6 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -97,7 +97,7 @@ sub said {
return;
}
$self->$say($method_meta->execute($game, $arg,
- {player => $args->{who}}));
+ {player => $args->{who}}));
}
else {
$self->$say("Unknown command $action for game $game_name");