]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/dbm2mysql.pl
Changed $infobot_ to $bot_
[infobot.git] / scripts / dbm2mysql.pl
index b2c86774e67cc4decbdbaee9f59d42bf346f73b8..d963c4fbbea545861291772a56e03ef18ec38dad 100755 (executable)
@@ -25,7 +25,7 @@ my $key;
 my %db;
 
 ### open all the data...
-&loadConfig("files/infobot.config");
+&loadConfig("files/blootbot.config");
 $dbname = $param{'DBFile'};
 my $dbh_mysql = MYSQL::openDB();
 DBM::openDB();