From: dms Date: Wed, 6 Sep 2000 14:56:31 +0000 (+0000) Subject: fixed due to changes. (re: Flugh) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df94f1ab0c8d3df1adbe3d545ddf79b67524da85;p=infobot.git fixed due to changes. (re: Flugh) git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@72 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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") {