teepe 23 years ago
parent
commit
b9b594aff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -817,7 +817,7 @@ sub command71 {
          $line =~ s/  /\ \ /g;
          $line =~ s/\t/\ \ \ \ /g;
          $line =~ s/$/ /;
-         $line =~ s/\"/\\\"/g;
+         $line =~ s/\'/\\\'/g;
 
          $new_motd = $new_motd . $line;
       }