rbn, ve7cc improvements and fixes
[spider.git] / perl / cluster.pl
index 2f1baf46f2f5f2a4aa22c6c0fbcaa503a4e87bfd..ca70610f9d7d824dfa0ae89a5f8c09f01473e623 100755 (executable)
@@ -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();
 }