--- deliantra/server/ext/commands.ext 2007/10/25 09:01:23 1.64 +++ 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 { @@ -372,7 +372,7 @@ my $startup = POSIX::strftime "%Y-%m-%d %H:%M:%S %Z", localtime $cf::UPTIME; my $runtime = sprintf "%.1f", (time - $cf::UPTIME) / 86400; - $ob->send_msg ("c/uptime" => "server started $startup, uptime ${runtime}\d", cf::NDI_REPLY); + $ob->send_msg ("c/uptime" => "server started $startup, uptime ${runtime}\d", cf::NDI_REPLY | cf::NDI_CLEAR); }; my %IN_MEMORY = (