c54a32891bafd59a6886c4dac39f94d788548efb
[spider.git] / cmd / set / qth
1 #
2 # set the qth field
3 #
4 my ($self, $args)  = @_;
5 my $user = $self->user;
6 return (1, "qth is now ", $user->qth($args));