2 # set the ve7cc output flag
4 # Copyright (c) 2000 - Dirk Koopman
9 my ($self, $line) = @_;
10 my @args = split /\s+/, $line;
14 return (0, $self->msg('e5')) unless $self->isa('DXCommandmode');
17 $self->user->rbnseeme(1);
18 RBN::add_seeme($self->call);
20 push @out, $self->msg('ok');