ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.283 by root, Sun Jun 24 04:09:29 2007 UTC vs.
Revision 1.284 by root, Sun Jun 24 04:15:42 2007 UTC

2377 || s/<tt>([^<]*)<\/tt>/[fixed]${1}[\/fixed]/ 2377 || s/<tt>([^<]*)<\/tt>/[fixed]${1}[\/fixed]/
2378 || s/<fg name=\"([^"]+)\">([^<]*)<\/fg>/[color=$1]${1}[\/color]/; 2378 || s/<fg name=\"([^"]+)\">([^<]*)<\/fg>/[color=$1]${1}[\/color]/;
2379 } 2379 }
2380 2380
2381 if ($color >= 0) { 2381 if ($color >= 0) {
2382 if ($msg =~ /\[/) { 2382 if (0 && $msg =~ /\[/) {
2383 $self->send_packet ("drawextinfo $color 4 0 $msg") 2383 $self->send_packet ("drawextinfo $color 4 0 $msg")
2384 } else { 2384 } else {
2385 s/\[\/?(?:b|i|u|fixed|color)[^\]]*\]//g;
2385 $self->send_packet ("drawinfo $color $msg") 2386 $self->send_packet ("drawinfo $color $msg")
2386 } 2387 }
2387 } 2388 }
2388 } 2389 }
2389} 2390}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines