From: timriker Date: Thu, 31 Oct 2002 22:52:46 +0000 (+0000) Subject: Debian.pl creates the dir elsewhere X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5cf95cc73622cc27a187513b83f586b3f7ff737c;p=infobot.git Debian.pl creates the dir elsewhere git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@572 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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();