X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=a38e5a1095d2e325c1c35ecf9160544841303af4;hb=2733a992ac8c3d315c110a2cc1984ea0a5e5d0ff;hp=2f1baf46f2f5f2a4aa22c6c0fbcaa503a4e87bfd;hpb=bb4e9b13809a5d4c4971c3286309d12fe0f82047;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 2f1baf46..a38e5a10 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -563,6 +563,9 @@ sub setup_start dbg("loading user file system ..."); DXUser::init(4); # version 4 == json format + Filter::init(); # doesn't do much, but has to be done + + # look for the sysop and the alias user and complain if they aren't there { die "\$myalias \& \$mycall are the same ($mycall)!, they must be different (hint: make \$mycall = '${mycall}-2';). Oh and don't forget to rerun create_sysop.pl!" if $mycall eq $myalias;