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.352 by root, Sun Sep 2 04:57:14 2007 UTC vs.
Revision 1.353 by root, Sun Sep 2 08:43:46 2007 UTC

2534 2534
2535 if (ref $channel) { 2535 if (ref $channel) {
2536 # send meta info to client, if not yet sent 2536 # send meta info to client, if not yet sent
2537 unless (exists $self->{channel}{$channel->{id}}) { 2537 unless (exists $self->{channel}{$channel->{id}}) {
2538 $self->{channel}{$channel->{id}} = $channel; 2538 $self->{channel}{$channel->{id}} = $channel;
2539 $self->ext_msg (channel_info => $channel); 2539 $self->ext_msg (channel_info => $channel)
2540 if $self->can_msg;
2540 } 2541 }
2541 2542
2542 $channel = $channel->{id}; 2543 $channel = $channel->{id};
2543 } 2544 }
2544 2545

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines