]> git.donarmstrong.com Git - infobot.git/commitdiff
removed obsoleted old dyn code
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 28 Jan 2001 14:34:54 +0000 (14:34 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 28 Jan 2001 14:34:54 +0000 (14:34 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@264 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/core.pl

index 9a3104cc2ffe0af17f1857bdba4ee3fcb96f2457..a81c23f7f503044c5f0792339184300e91945972 100644 (file)
@@ -305,10 +305,6 @@ sub setup {
 sub setupConfig {
     $param{'VERBOSITY'} = 1;
     &loadConfig($bot_misc_dir."/blootbot.config");
-    if (&IsParam("WIP")) {
-       require "src/Config.pl";
-       &NEWloadConfig();
-    }
 
     foreach ("ircNick", "ircUser", "ircName", "DBType", "tempDir") {
        next if &IsParam($_);