1. made ann,dx spots,wwv,wcy,wx more 'object oriented'.
[spider.git] / cmd / unset / send_dbg.pl
diff --git a/cmd/unset/send_dbg.pl b/cmd/unset/send_dbg.pl
new file mode 100644 (file)
index 0000000..6173644
--- /dev/null
@@ -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'));