ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Protocol.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.28 by root, Sun Jun 11 17:13:20 2006 UTC vs.
Revision 1.29 by root, Sun Jun 11 18:36:15 2006 UTC

634 $self->{cfplus_ext} = $_[0]; 634 $self->{cfplus_ext} = $_[0];
635 }); 635 });
636 636
637 $self->send_command ("output-sync $::CFG->{output_sync}"); 637 $self->send_command ("output-sync $::CFG->{output_sync}");
638 $self->send_command ("output-count $::CFG->{output_count}"); 638 $self->send_command ("output-count $::CFG->{output_count}");
639 $self->send_command ("pickup $::CFG->{pickup}") 639 $self->send_command ("pickup $::CFG->{pickup}");
640
641 my @yesno = ("<span foreground='red'>no</span>", "<span foreground='green'>yes</span>");
642
643 $::SERVER_INFO->set_markup (
644 "server name:port <tt>$self->{host}:$self->{port}</tt>\n"
645 . "protocol version <tt>$self->{version}</tt>\n"
646 . "mapinfo support $yesno[$self->{setup}{mapinfocmd} > 0]\n"
647 . "extcmd support $yesno[$self->{setup}{extcmd} > 0]\n"
648 . "cfplus support $yesno[$self->{cfplus_ext} > 0]\n"
649 );
640} 650}
641 651
6421; 6521;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines