]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/fixbadchars.pl
* Merge changes from prposed changes
[infobot.git] / scripts / fixbadchars.pl
old mode 100644 (file)
new mode 100755 (executable)
index 8f9d072..2662993
@@ -2,7 +2,7 @@
 
 use DBI;
 
-my $dsn = "DBI:mysql:blootbot:localhost";
+my $dsn = "DBI:mysql:infobot:localhost";
 my $dbh = DBI->connect($dsn, "USERNAME", "PASSWORD");
 
 my @factkey;
@@ -65,3 +65,5 @@ foreach (keys %factval) {
 }
 
 $dbh->disconnect();
+
+# vim:ts=4:sw=4:expandtab:tw=80