6173644c39d48010f919d0ae2a7e498deca7d3c5
[spider.git] / cmd / unset / send_dbg.pl
1 #
2 # send debug information to this connection
3 #
4 # Copyright (c) 2001 - Dirk Koopman
5 #
6 # $Id$
7 #
8
9 my ($self, $line) = @_;
10 return (1, $self->msg('e5')) if $self->priv < 8;
11 $self->senddbg(0);
12 return (1, $self->msg('done'));