ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/commands.ext
(Generate patch)

Comparing deliantra/server/ext/commands.ext (file contents):
Revision 1.60 by root, Fri Aug 10 05:38:16 2007 UTC vs.
Revision 1.61 by root, Tue Aug 14 12:17:34 2007 UTC

170 for my $pl (cf::player::list) { 170 for my $pl (cf::player::list) {
171 ++$count{$pl->ob->region->longname}; 171 ++$count{$pl->ob->region->longname};
172 } 172 }
173 173
174 my $msg = "In the world currently there are:\n\n" 174 my $msg = "In the world currently there are:\n\n"
175 . join "", map "$count{$_} player(s) in $_\n\n", sort keys %count; 175 . join "", map "$count{$_} player(s) $_\n\n", sort keys %count;
176 176
177 $ob->send_msg (log => $msg, cf::NDI_REPLY); 177 $ob->send_msg (log => $msg, cf::NDI_REPLY);
178}; 178};
179 179
180cf::register_command hiscore => sub { 180cf::register_command hiscore => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines