]> git.donarmstrong.com Git - infobot.git/blobdiff - src/DynaConfig.pl
hmm. didn't hide. oh well. revert
[infobot.git] / src / DynaConfig.pl
index bf18ed358bfae66c84ddbcdc08ee2724038d2360..80522673501b884e378ba372f864f37c4c300006 100644 (file)
@@ -136,7 +136,7 @@ sub writeUserFile {
 
     my $time           = scalar(gmtime);
 
-    print OUT "#v1: \$" . "Id: blootbot -- $ident -- written $time \$\n\n";
+    print OUT "#v1: blootbot -- $ident -- written $time\n\n";
 
     ### USER LIST.
     my $cusers = 0;
@@ -314,7 +314,7 @@ sub writeChanFile {
     }
 
     my $time           = scalar(gmtime);
-    print OUT "#v1: \$" . "Id: blootbot -- $ident -- written $time \$\n\n";
+    print OUT "#v1: blootbot -- $ident -- written $time\n\n";
 
     if ($flag_quit) {