ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/commands.ext
(Generate patch)

Comparing deliantra/server/ext/commands.ext (file contents):
Revision 1.66 by root, Thu Apr 3 04:39:20 2008 UTC vs.
Revision 1.67 by root, Tue Apr 15 14:21:04 2008 UTC

374 my $runtime = sprintf "%.1f", (time - $cf::UPTIME) / 86400; 374 my $runtime = sprintf "%.1f", (time - $cf::UPTIME) / 86400;
375 $ob->send_msg ("c/uptime" => "server started $startup, uptime ${runtime}\d", cf::NDI_REPLY | cf::NDI_CLEAR); 375 $ob->send_msg ("c/uptime" => "server started $startup, uptime ${runtime}\d", cf::NDI_REPLY | cf::NDI_CLEAR);
376}; 376};
377 377
378my %IN_MEMORY = ( 378my %IN_MEMORY = (
379 cf::MAP_IN_MEMORY => "I", 379 cf::MAP_ACTIVE => "I",
380 cf::MAP_SWAPPED => "S", 380 cf::MAP_SWAPPED => "S",
381 cf::MAP_LOADING => "L", 381 cf::MAP_LOADING => "L",
382); 382);
383 383
384cf::register_command maps => sub { 384cf::register_command maps => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines