spider/cmd/load/usdb.pl
2002-10-15 00:42:11 +00:00

19 lines
352 B
Perl

#
# reload the usdb file
#
# Be warned, if this is the full database the size of your image will
# increase by at least 20Mb and all activity will stop for several
# minutes
#
# So there.
#
# Copyright (c) 2002 Dirk Koopman G1TLH
#
# $Id$
#
my ($self, $line) = @_;
my @out;
return (1, $self->msg('e5')) if $self->priv < 9;
return (1, USDB::init());