fix console.pl max scroll depth
[spider.git] / cmd / agwrestart.pl
1 #
2 # restart an agw connection
3 #
4 #
5 #
6 my $self = shift;
7 return (1, $self->msg('e5')) if $self->priv < 5;
8 main::AGWrestart();
9 return (1, $self->msg('done'));