X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Ftxt2mysql.pl;h=4c5236966ac43af691cedacdb3708f13dd0531f3;hb=f0a00b56d1497c3b3f0d33e0d57e5d31a0161a55;hp=ec9648e5254dda4b7e88a7d31e347ebe754c9dbf;hpb=0a241de1cc04678cd76aaff8a55d449afb99e2f1;p=infobot.git diff --git a/scripts/txt2mysql.pl b/scripts/txt2mysql.pl index ec9648e..4c52369 100755 --- a/scripts/txt2mysql.pl +++ b/scripts/txt2mysql.pl @@ -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();