added builtin sh.qsl command
[spider.git] / cmd / show / node.pl
index 53a974ca1627f30b3e926aa913fa1076faa329af..46e0b32d9d66e072d6896fce55191a6a052ad34f 100644 (file)
@@ -17,8 +17,6 @@
 my ($self, $line) = @_;
 return (1, $self->msg('e5')) unless $self->priv >= 1;
 
-use DB_File;
-
 my @call = map {uc $_} split /\s+/, $line; 
 my @out;
 my $count;