2 # set the home mail bbs 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('bbse1')) if !$line;
19 $user = DXUser->get_current($call);
24 return (1, $self->msg('bbs', $line));
26 return (1, $self->msg('namee2', $call));