]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/txt2mysql.pl
* Merge changes from prposed changes
[infobot.git] / scripts / txt2mysql.pl
index 47a70b7437c0b24d18a4a3ad0da0a953bab60442..68b134d5985e9e056f8c7e2ef33f78cd26b5a900 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'});
 
@@ -55,3 +55,5 @@ close IN;
 
 print "Done.\n";
 &closeDB();
+
+# vim:ts=4:sw=4:expandtab:tw=80