X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fsend_dbg.pl;fp=cmd%2Funset%2Fsend_dbg.pl;h=6173644c39d48010f919d0ae2a7e498deca7d3c5;hb=c20912fa90a1c3dd97d437e08691b5dc043dd869;hp=0000000000000000000000000000000000000000;hpb=3b0eeaaa6152345bcd42380e385c04fb7e50a064;p=spider.git diff --git a/cmd/unset/send_dbg.pl b/cmd/unset/send_dbg.pl new file mode 100644 index 00000000..6173644c --- /dev/null +++ b/cmd/unset/send_dbg.pl @@ -0,0 +1,12 @@ +# +# 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'));