2 # unset the usstate flag
4 # Copyright (c) 2003 - Dirk Koopman
9 my ($self, $line) = @_;
10 my @args = split /\s+/, $line;
14 return (1, $self->msg('db3', 'FCC USDB')) unless $USDB::present;
16 @args = $self->call if (!@args || $self->priv < 9);
18 foreach $call (@args) {
20 my $user = DXUser->get_current($call);
22 $user->wantusstate(0);
24 push @out, $self->msg('usstateu', $call);
26 push @out, $self->msg('e3', "Unset US State", $call);