]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/txt2mysql.pl
* Rebranding from blootbot to infobot
[infobot.git] / scripts / txt2mysql.pl
index 47a70b7437c0b24d18a4a3ad0da0a953bab60442..88ace259d9293a483a099d866f95a62ea5d4c4fb 100755 (executable)
@@ -19,7 +19,7 @@ my $txtfile = shift;
 open(IN,$txtfile) or die "error: cannot open txtfile '$txtfile'.\n";
 
 # read the bot config file.
-&loadConfig("files/blootbot.config");
+&loadConfig("files/infobot.config");
 &loadDBModules();
 &openDB($param{'DBName'}, $param{'SQLUser'}, $param{'SQLPass'});