--- deliantra/server/lib/cf.pm 2007/09/02 00:57:38 1.351 +++ deliantra/server/lib/cf.pm 2007/09/02 08:43:46 1.353 @@ -1465,7 +1465,7 @@ # escape & and < s/&/&/g; - s/(?]*)>/$1<\/b>/ || s/I<([^\>]*)>/$1<\/i>/ || s/U<([^\>]*)>/$1<\/u>/ + || s/T<([^\>]*)>/$1<\/b><\/big>/ # replace G tags || s{G<([^>|]*)\|([^>]*)>}{ $self->gender ? $2 : $1 @@ -2513,6 +2514,12 @@ reply => undef, tooltip => "Items recently identified", }, + "c/examine" => { + id => "examine", + title => "Examine", + reply => undef, + tooltip => "Signs and other items you examined", + }, ); sub cf::client::send_msg { @@ -2529,7 +2536,8 @@ # send meta info to client, if not yet sent unless (exists $self->{channel}{$channel->{id}}) { $self->{channel}{$channel->{id}} = $channel; - $self->ext_msg (channel_info => $channel); + $self->ext_msg (channel_info => $channel) + if $self->can_msg; } $channel = $channel->{id};