#!/usr/bin/perl
# Generic command handler; figures out how it was called, and displays
# appropriate messages.
#use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;
	$this->msg($_{verb}, %_);
}
