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.27 by root, Sun Jul 30 19:56:57 2006 UTC vs.
Revision 1.28 by root, Sun Jul 30 19:58:29 2006 UTC

187 187
188 $other->ob->{ext_ignore_tell}{$name} >= time 188 $other->ob->{ext_ignore_tell}{$name} >= time
189 or delete $other->ob->{ext_ignore_tell}{$name}; 189 or delete $other->ob->{ext_ignore_tell}{$name};
190 190
191 if ($other->ob->{ext_ignore_tell}{$name} < time) { 191 if ($other->ob->{ext_ignore_tell}{$name} < time) {
192 utf8::encode $msg; # ->message not yet utf8-ified 192 utf8::encode $args; # ->message not yet utf8-ified
193 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $other->ob->name, $args; 193 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $other->ob->name, $args;
194 194
195 $who->message ("You tell " . $other->ob->name . ": $args"); 195 $who->message ("You tell " . $other->ob->name . ": $args");
196 $other->ob->message ("$name tells you: $args"); 196 $other->ob->message ("$name tells you: $args");
197 $who->{ext_last_tell} = $other->ob->name; 197 $who->{ext_last_tell} = $other->ob->name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines