From df94f1ab0c8d3df1adbe3d545ddf79b67524da85 Mon Sep 17 00:00:00 2001
From: dms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Wed, 6 Sep 2000 14:56:31 +0000
Subject: [PATCH] fixed due to changes. (re: Flugh)

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@72 c11ca15a-4712-0410-83d8-924469b57eb5
---
 blootbot/src/core.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl
index b95f06f..5f5d813 100644
--- a/blootbot/src/core.pl
+++ b/blootbot/src/core.pl
@@ -147,7 +147,7 @@ sub setup {
     &loadUsers($bot_misc_dir.		"/blootbot.users");
 
     $shm = &openSHM();
-    &openDB();
+    &openDB($param{'DBName'}, $param{'SQLUser'}, $param{'SQLPass'});
 
     &status("Setup: ". &countKeys("factoids") ." factoids.");
 
@@ -155,6 +155,7 @@ sub setup {
 }
 
 sub setupConfig {
+    $param{'VERBOSITY'} = 1;
     &loadConfig($bot_misc_dir."/blootbot.config");
 
     foreach ("ircNick", "ircUser", "ircName", "DBType") {
-- 
2.39.5