2 # set the email address of the user
4 # Copyright (c) 1998 - Dirk Koopman
9 my ($self, $line) = @_;
10 my $call = $self->call;
13 $line =~ s/[<>()\[\]{}]//g; # remove any braces
14 my @f = split /\s+/, $line;
16 return (1, $self->msg('emaile1')) if !$line;
18 $user = DXUser->get_current($call);
23 return (1, $self->msg('emaila', $line));
25 return (1, $self->msg('namee2', $call));