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

	if (! $_{type}) {
		push @_, (type => "string");
	}
	if (! $_{'content*'}) {
		push @_, ('content*' => "");
	}
	
	return $this->mcpsession_send('dns-org-mud-moo-simpleedit-content', @_);
}
