]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/mysql2txt.pl
* Rebranding from blootbot to infobot
[infobot.git] / scripts / mysql2txt.pl
index 53f3b7763f29247fbdc3f4f057702cb49e6950b8..2973610f092ccb9d84e64a5cd3df584a7a1f5b1e 100755 (executable)
@@ -18,7 +18,7 @@ if (!defined $dbname) {
 }
 
 # open the db.
-&loadConfig("files/blootbot.config");
+&loadConfig("files/infobot.config");
 &loadDBModules();
 
 &openDB($param{'DBName'}, $param{'SQLUser'}, $param{'SQLPass'});