X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=ca70610f9d7d824dfa0ae89a5f8c09f01473e623;hb=17b1614af3840c2c74bee181290eb094f8ed4a00;hp=2f1baf46f2f5f2a4aa22c6c0fbcaa503a4e87bfd;hpb=3b73a2dde8b378db6b56438699c5a1f233194dbf;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 2f1baf46..ca70610f 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; @@ -770,7 +773,8 @@ sub per_sec DXUser::process(); AGWMsg::process(); DXCron::process(); # do cron jobs - + RBN::process(); + Timer::handler(); DXLog::flushall(); }