--- deliantra/server/ext/commands.ext 2007/11/10 22:43:25 1.65 +++ deliantra/server/ext/commands.ext 2008/04/03 04:39:20 1.66 @@ -160,7 +160,7 @@ my ($ob) = @_; my $reg = $ob->contr->observe->region; - $ob->send_msg ("c/mapinfo" => (sprintf "You are %s.\n%s", $reg->longname, $reg->msg), cf::NDI_REPLY | cf::NDI_CLEAR); + $ob->send_msg ("c/who" => (sprintf "You are %s.\n%s", $reg->longname, $reg->msg), cf::NDI_REPLY | cf::NDI_CLEAR); }; cf::register_command whereabouts => sub { @@ -175,7 +175,7 @@ my $msg = "In the world currently there are:\n\n" . join "", map "$count{$_} player(s) $_\n\n", sort keys %count; - $ob->send_msg ("c/mapinfo" => $msg, cf::NDI_REPLY | cf::NDI_CLEAR); + $ob->send_msg ("c/who" => $msg, cf::NDI_REPLY | cf::NDI_CLEAR); }; cf::register_command hiscore => sub {