trying to get t r i working
This commit is contained in:
parent
adc323109f
commit
af2047d428
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue