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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index 3e8394a..52be3a9 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -133,8 +133,8 @@ sub game_package {
sub game_list {
my $self = shift;
- return join ' ', map { s/Bot::Games::Game:://; $self->prefix . lc }
- $self->games;
+ return join ' ', sort map { s/Bot::Games::Game:://; $self->prefix . lc }
+ $self->games;
}
sub _format {