#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;
	
	# Don't let a builder spoof a programmer that they own to call this
	# method.
        if ($_{avatar} != $this) {
		fail "No!"; 
	}

	$_{session}->write(`$_{quote}`);
}
