From 837035fda12ed3c138b53904a40cc4b5c6172910 Mon Sep 17 00:00:00 2001 From: dms Date: Sat, 23 Sep 2000 14:12:15 +0000 Subject: [PATCH] moved temp dir check to core.pl git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@134 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Slashdot3.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Modules/Slashdot3.pl b/src/Modules/Slashdot3.pl index f260507..f8f3a67 100644 --- a/src/Modules/Slashdot3.pl +++ b/src/Modules/Slashdot3.pl @@ -47,10 +47,6 @@ sub Slashdot { sub slashdotAnnounce { my $file = "Temp/slashdot.xml"; - if (! -d "Temp/") { - &main::DEBUG("sdA: mking dir."); - mkdir "Temp", 0755; - } my @Cxml = &main::getURL("http://www.slashdot.org/slashdot.xml"); if (!scalar @Cxml) { -- 2.39.5