From c27d22b459b0b7f02ad4dbe2c9c392a47c30ccc4 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 23 Jun 2004 00:13:21 +0000 Subject: [PATCH] ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@952 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/setup/setup.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/setup/setup.pl b/blootbot/setup/setup.pl index c7bc98b..b1ec2aa 100755 --- a/blootbot/setup/setup.pl +++ b/blootbot/setup/setup.pl @@ -13,6 +13,7 @@ $bot_src_dir = "./src/"; # read param stuff from blootbot.config. &loadConfig("files/blootbot.config"); + &loadDBModules(); my $dbname = $param{'DBName'}; my $query; -- 2.39.5