--- deliantra/server/ext/dm-support.ext 2010/04/11 04:52:07 1.25 +++ deliantra/server/ext/dm-support.ext 2010/05/06 22:35:41 1.32 @@ -22,18 +22,23 @@ Useful commands (note the '&'): reload_perl & +reload_sound & reload_config & reload_regions & reload_facedata & +reload_exp_table & +reload_materials & reload_treasures & reload_archetypes & +reload_resources & ext::help::reload & ext::books::reload & ext::map_tags::reload & ext::map_world::reload & # ext::map_scheduler::loadall & # debugging only! while (EV::TIMEOUT & Coro::EV::timed_io_once \$fh, EV::READ, 1) { Coro::Debug::command "ps" } & -({cf::mallinfo}) +({mallinfo}) +({objinfo}) EOF print $fh "\n> "; @@ -62,7 +67,6 @@ print "\n", "command: '$cmd'\n", "execution time: ", $t2 - $t1, "\n"; - warn "evaluation error: $@" if $@; print "evaluation error: $@\n" if $@; print "result:\n", cf::dumpval @res > 1 ? \@res : $res[0] if @res; print "\n> "; @@ -96,4 +100,3 @@ } } -