]> git.donarmstrong.com Git - infobot.git/blobdiff - src/logger.pl
don't forget the backslash
[infobot.git] / src / logger.pl
index e6c530ac8b86b75e89b76fa63b32e330130b1292..116ee543c0a14beb9583d9443b0c62f8b9aeda9b 100644 (file)
@@ -223,7 +223,7 @@ sub status {
 
     for ($input) {
        s/\n+$//;
-       s/\002|037//g;  # bold,video,underline => remove.
+       s/\002|\037//g; # bold,video,underline => remove.
     }
 
     # does this work?