@verb #909:"@shutdown" none none none rxdo #6612 @program #909:"@shutdown" none none none "@shutdown" " Tells you if a wizard has run @shutdown, and if so the time till" " shutdown, and the reason given by the wizard." this:update_usage(verb, player) if ($shutdown_task == E_NONE || !$code_utils:task_valid($shutdown_task)) player:tell("There is no shutdown in progress.") else player:tell("The MOO will be shut down in ", $time_utils:english_time($shutdown_time - time()), ", by ", $shutdown_message) endif .