]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/txt2mysql.pl
Changed $infobot_ to $bot_
[infobot.git] / scripts / txt2mysql.pl
index ec9648e5254dda4b7e88a7d31e347ebe754c9dbf..4c5236966ac43af691cedacdb3708f13dd0531f3 100755 (executable)
@@ -18,8 +18,8 @@ if (!scalar @ARGV) {
 my $txtfile = shift;
 open(IN,$txtfile) or die "error: cannot open txtfile '$txtfile'.\n";
 
-# read the infobot config.
-&loadConfig("files/infobot.config");
+# read the bot config file.
+&loadConfig("files/blootbot.config");
 &loadDBModules();
 &openDB();