From: dms Date: Sat, 23 Sep 2000 14:12:15 +0000 (+0000) Subject: moved temp dir check to core.pl X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a5bc91599bdbe0b672eb803fe5b965109700531;p=infobot.git moved temp dir check to core.pl git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@134 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Slashdot3.pl b/blootbot/src/Modules/Slashdot3.pl index f260507..f8f3a67 100644 --- a/blootbot/src/Modules/Slashdot3.pl +++ b/blootbot/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) {