From: timriker Date: Wed, 24 Nov 2004 23:15:17 +0000 (+0000) Subject: don't forget the backslash X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2ffbd97ba05ee6e4e20cb2617442081562deb2f;p=infobot.git don't forget the backslash git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1090 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/logger.pl b/src/logger.pl index e6c530a..116ee54 100644 --- a/src/logger.pl +++ b/src/logger.pl @@ -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?