2 # set the address field
4 # Copyright (c) 1998 - Dirk Koopman
9 my ($self, $line) = @_;
14 if ($self->priv >= 5) { # allow a callsign as first arg
15 my @args = split /\s+/, $line;
17 $user = DXUser->get_current($call);
19 $line = join ' ', @args;
26 push @out, $self->msg('addr', $call, $line);