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

Comparing deliantra/server/ext/chat.ext (file contents):
Revision 1.32 by root, Sun Sep 2 08:43:46 2007 UTC vs.
Revision 1.33 by root, Wed Sep 19 21:56:30 2007 UTC

707 707
708 my $pl = $ob->contr; 708 my $pl = $ob->contr;
709 709
710 cf::async { 710 cf::async {
711 my $name = $ob->name; 711 my $name = $ob->name;
712 $Coro::current->{desc} = "emote handler for $name";
712 713
713 if ($tname eq $name) { 714 if ($tname eq $name) {
714 my %emote = %{ $emotes->{$emotion}->{self} || {} }; 715 my %emote = %{ $emotes->{$emotion}->{self} || {} };
715 716
716 $emote{other} ||= "You look away from <self>."; 717 $emote{other} ||= "You look away from <self>.";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines