]> git.donarmstrong.com Git - infobot.git/commitdiff
forgot about blootbot_pid
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 13:39:18 +0000 (13:39 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 13:39:18 +0000 (13:39 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@91 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Freshmeat.pl

index be96f4950796e7288eb848f39912af59229c6e43..fe3de4466c00837da3b97df2f7e278cfe24370f8 100644 (file)
@@ -32,7 +32,7 @@ sub Freshmeat {
     }
     $renewtable++ if (&main::countKeys("freshmeat") < 10);
 
-    if ($renewtable and $$ == $main::blootbot_pid) {
+    if ($renewtable and $$ == $main::bot_pid) {
        &main::Forker("freshmeat", sub {
                &downloadIndex();
                &Freshmeat($sstr);