remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / unset / ve7cc.pl
1 #
2 # set the ve7cc output flag
3 #
4 # Copyright (c) 2000 - Dirk Koopman
5 #
6 #
7 #
8
9 my ($self, $line) = @_;
10 my @args = split /\s+/, $line;
11 my $call;
12 my @out;
13
14 return (0, $self->msg('e5')) unless $self->isa('DXCommandmode');
15 $self->ve7cc(0);
16 push @out, $self->msg('ok');
17 return (1, @out);