4 # Copyright (c) 2000 - 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(1);
23 # if ($user->wantdxitu) {
24 # push @out, $self->msg('dxituu', $call);
25 # $user->wantdxitu(0);
27 # if ($user->wantdxcq) {
28 # push @out, $self->msg('dxcqu', $call);
32 push @out, $self->msg('usstates', $call);
34 push @out, $self->msg('e3', "Set US State", $call);