2 # set the name of the user
4 # Copyright (c) 1998 - Dirk Koopman
9 my ($self, $line) = @_;
10 my $call = $self->call;
13 # remove leading and trailing spaces
17 return (1, $self->msg('qthe1')) if !$line;
19 $user = DXUser->get_current($call);
23 DXProt::broadcast_all_ak1a(DXProt::pc41($call, 2, $line), $DXProt::me);
24 return (1, $self->msg('qth', $line));
26 return (1, $self->msg('namee2', $call));