#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;

	$this->super(@_);
	
	$this->msg("recover");
	
	# Finally, stop trapping commands with special verb.
	unlink("command_interceptor");
	$this->signal(method => "parse", with => 1);
}
