]> git.donarmstrong.com Git - infobot.git/commitdiff
moved temp dir check to core.pl
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 23 Sep 2000 14:12:15 +0000 (14:12 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 23 Sep 2000 14:12:15 +0000 (14:12 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@134 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Slashdot3.pl

index f26050756dc9979a30b2592138aa58e9bc425424..f8f3a67c8493df4e78c26c66cd2cfe1d3471705d 100644 (file)
@@ -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) {