spider/cmd/unset/send_dbg.pl
2001-08-08 15:56:49 +00:00

13 lines
220 B
Perl

#
# send debug information to this connection
#
# Copyright (c) 2001 - Dirk Koopman
#
# $Id$
#
my ($self, $line) = @_;
return (1, $self->msg('e5')) if $self->priv < 8;
$self->senddbg(0);
return (1, $self->msg('done'));