X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Ftxt2mysql.pl;h=88ace259d9293a483a099d866f95a62ea5d4c4fb;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=47a70b7437c0b24d18a4a3ad0da0a953bab60442;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/scripts/txt2mysql.pl b/scripts/txt2mysql.pl index 47a70b7..88ace25 100755 --- a/scripts/txt2mysql.pl +++ b/scripts/txt2mysql.pl @@ -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'});