--- cf.schmorp.de/maps/perl/commands.ext 2006/09/29 21:59:53 1.8 +++ cf.schmorp.de/maps/perl/commands.ext 2006/10/02 18:40:33 1.9 @@ -66,7 +66,7 @@ . " [" . $pl->client . "]" . " [" . ($pl->peaceful || $privileged ? $ob->map->path : $ob->map->region ? $ob->map->region->name : "the unknown") . "]" . ($privileged ? " " . $pl->host : "") - } sort { $a->ob->name cmp $b->ob->name } @pl + } sort { (lc $a->ob->name) cmp (lc $b->ob->name) } @pl ) }