2 # unset the email address of the user
4 # Copyright (c) 2001 - Dirk Koopman G1TLH
9 my ($self, $line) = @_;
10 my $call = $self->call;
13 $user = DXUser->get_current($call);
17 return (1, $self->msg('emaila', $line));
19 return (1, $self->msg('namee2', $call));