]> git.donarmstrong.com Git - infobot.git/commitdiff
hmm. didn't hide. oh well. revert
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 24 Nov 2004 23:40:13 +0000 (23:40 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 24 Nov 2004 23:40:13 +0000 (23:40 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1093 c11ca15a-4712-0410-83d8-924469b57eb5

files/sample/blootbot.chan
files/sample/blootbot.users
src/DynaConfig.pl

index ddf9bd6fceb44667073eddbe946fcd88b022e9b0..f658b3cdf512779af4f540cdf1a6fd9d219fcaf1 100644 (file)
@@ -1,4 +1,4 @@
-#v1: $Id$
+#v1: Id: blootbot -- blootbot -- written Wed Nov 24 23:36:09 2004 
 
 #botpark
     +RootWarn
index 9aee82bdebf5e8444b33c440bf23272c8f532b78..8deb5c229032a6b7daa169dee2b4ab49715cbdf3 100644 (file)
@@ -1,4 +1,4 @@
-#v1: $Id$
+#v1: Id: blootbot -- blootbot -- written Wed Nov 24 23:36:09 2004 
 
 _default
 --FLAGS                amrt
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) {