trying to get t r i working

This commit is contained in:
Ryan Voots 2012-01-07 20:55:29 -05:00
parent adc323109f
commit af2047d428

View file

@ -18,7 +18,7 @@ sub set_fix {
$cont =~ s/^\s*(.*)\s*$/$1/g;
$cont =~ s/\x03\d+//g; # irc colors are fucked up, always set to 1, turn them back on later
$cont =~ s/\$([0-9a-f])/&$1/ig;
$cont =~ s/[:^print:]//g;
# $cont =~ s/[:^print:]//g;
# do we have the padding we need?
if ($fix eq "pre" && $cont !~ /&[0-9a-f]$/i) {