summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-18 03:41:34 -0500
committerdoy <doy@tozt.net>2008-12-18 03:41:34 -0500
commitb0886928a38f17a0ccc7822b8c481c5969e77c47 (patch)
treee5bed5e51e653f0552fcf18a26434128b9839861 /lib/Bot/Games.pm
parent28eccf9b63876fe7bce81a6f762af030e0ad8abd (diff)
downloadbot-games-b0886928a38f17a0ccc7822b8c481c5969e77c47.tar.gz
bot-games-b0886928a38f17a0ccc7822b8c481c5969e77c47.zip
typo
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 1cd6a4e..b032b47 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -22,7 +22,7 @@ has active_games => (
sub said {
my $self = shift;
- my $args = @_;
+ my ($args) = @_;
my $prefix = $self->prefix;
return if $args->{channel} eq 'msg';