From 5cf95cc73622cc27a187513b83f586b3f7ff737c Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 31 Oct 2002 22:52:46 +0000 Subject: [PATCH] Debian.pl creates the dir elsewhere git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@572 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index da909ce..2f7e7f3 100644 --- a/blootbot/src/core.pl +++ b/blootbot/src/core.pl @@ -405,13 +405,6 @@ sub setup { &openLog(); # write, append. &status("--- Started logging."); - foreach ("debian") { - my $dir = "$bot_base_dir/$_/"; - next if ( -d $dir); - &status("Making dir $_"); - mkdir $dir, 0755; - } - # read. &loadLang($bot_data_dir. "/blootbot.lang"); &loadIRCServers(); -- 2.39.5