]> git.donarmstrong.com Git - infobot.git/commitdiff
don't forget the backslash
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 24 Nov 2004 23:15:17 +0000 (23:15 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 24 Nov 2004 23:15:17 +0000 (23:15 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1090 c11ca15a-4712-0410-83d8-924469b57eb5

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?