2 # set user type to 'A' for AK1A node
4 # Please note that this is only effective if the user is not on-line
6 # Copyright (c) 1998 - Dirk Koopman
11 my ($self, $line) = @_;
12 my @args = split /\s+/, $line;
17 return (0) if $self->priv < 5;
19 foreach $call (@args) {
21 my $chan = DXChannel->get($call);
23 push @out, DXM::msg('nodee1', $call);
25 $user = DXUser->get($call);
29 push @out, DXM::msg('node', $call);
31 push @out, DXM::msg('e3', "Set Node", $call);