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

	# Set up unconcious_verb to intercept all commands.
	$this->command_interceptor("unconcious_verb");
	$this->signal(method => "parse", with => 1);
	
	$this->super(@_);
}
