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

Comparing deliantra/maps/perl/chat.ext (file contents):
Revision 1.9 by pippijn, Sun May 7 10:46:07 2006 UTC vs.
Revision 1.10 by pippijn, Sun May 7 10:48:15 2006 UTC

96 96
97 } else { 97 } else {
98 $who->message ("Can't reply, player left. Your message: $args", cf::NDI_UNIQUE); 98 $who->message ("Can't reply, player left. Your message: $args", cf::NDI_UNIQUE);
99 } 99 }
100 } else { 100 } else {
101 $who->message ("What do you want to tell $target?", cf::NDI_UNIQUE); 101 $who->message ("What do you want to tell ".$other->ob->name."?", cf::NDI_UNIQUE);
102 } 102 }
103}; 103};
104 104
105cf::register_command ignore => 0, sub { 105cf::register_command ignore => 0, sub {
106 my ($who, $args) = @_; 106 my ($who, $args) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines