--- deliantra/server/ext/commands.ext 2008/09/11 17:56:09 1.69 +++ deliantra/server/ext/commands.ext 2008/09/22 01:33:09 1.70 @@ -172,8 +172,8 @@ ++$count{$pl->ob->region->longname}; } - my $msg = "In the world currently there are:\n\n" - . join "", map { sprintf "C<%2d >player(s) %s\r", $count{$_}, $_ } sort keys %count; + my $msg = "T\n\n" + . join "", map { sprintf " C<%3d >player(s) %s\r", $count{$_}, $_ } sort keys %count; $ob->send_msg ("c/who" => $msg, cf::NDI_REPLY | cf::NDI_CLEAR); };