ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/follow.ext
(Generate patch)

Comparing deliantra/maps/perl/follow.ext (file contents):
Revision 1.24 by root, Fri Sep 8 17:33:55 2006 UTC vs.
Revision 1.25 by root, Tue Dec 12 16:59:34 2006 UTC

56 } 56 }
57 57
58 $_[0]->w->stop unless keys %follow; 58 $_[0]->w->stop unless keys %follow;
59}); 59});
60 60
61cf::register_command follow => 0, sub { 61cf::register_command follow => sub {
62 my ($who, $args) = @_; 62 my ($who, $args) = @_;
63 63
64 my $name = $who->name; 64 my $name = $who->name;
65 65
66 if ($args ne "" && $name ne $args) { 66 if ($args ne "" && $name ne $args) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines