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.318 by root, Tue Jul 24 04:55:34 2007 UTC vs.
Revision 1.319 by root, Tue Jul 24 15:56:45 2007 UTC

2518 2518
2519 if (ref $channel) { 2519 if (ref $channel) {
2520 # send meta info to client, if not yet sent 2520 # send meta info to client, if not yet sent
2521 unless (exists $self->{channel}{$channel->{id}}) { 2521 unless (exists $self->{channel}{$channel->{id}}) {
2522 $self->{channel}{$channel->{id}} = $channel; 2522 $self->{channel}{$channel->{id}} = $channel;
2523 $self->ext_msg (channel_info => %$channel); 2523 $self->ext_msg (channel_info => $channel);
2524 } 2524 }
2525 2525
2526 $channel = $channel->{id}; 2526 $channel = $channel->{id};
2527 } 2527 }
2528 2528

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines