X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Ftxt2mysql.pl;fp=scripts%2Ftxt2mysql.pl;h=68b134d5985e9e056f8c7e2ef33f78cd26b5a900;hb=ccc02c22796957aa2f2951c1146d58645261ad0f;hp=47a70b7437c0b24d18a4a3ad0da0a953bab60442;hpb=096e9be93be7012b5e81ccd1ec8f779e0b680922;p=infobot.git diff --git a/scripts/txt2mysql.pl b/scripts/txt2mysql.pl index 47a70b7..68b134d 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'}); @@ -55,3 +55,5 @@ close IN; print "Done.\n"; &closeDB(); + +# vim:ts=4:sw=4:expandtab:tw=80