fix console.pl max scroll depth
[spider.git] / cmd / debug.pl
index 608f1daf16100de05713246fc77feec500b04199..1cecfcc41308d6bd40c4731fbdc6ca4f627fa16f 100644 (file)
@@ -5,11 +5,11 @@
 #
 # Copyright (c) 1998 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my $self = shift;
-return if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 9;
 
 $DB::single = 1;