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.37 by root, Mon Nov 12 23:27:51 2007 UTC vs.
Revision 1.38 by root, Sun Jan 13 09:50:40 2008 UTC

749 749
750 my %emote = %{ $emotes->{$emotion}->{params} || {} }; 750 my %emote = %{ $emotes->{$emotion}->{params} || {} };
751 751
752 $emote{other} ||= "<self> is eyeing <other> quizzically."; 752 $emote{other} ||= "<self> is eyeing <other> quizzically.";
753 $emote{self} ||= "You are still nuts."; 753 $emote{self} ||= "You are still nuts.";
754 $emote{target} ||= "You get the distinct feeling that <other> is nuts."; 754 $emote{target} ||= "You get the distinct feeling that <self> is nuts.";
755 755
756 $emote{self} =~ s/<other>/$tname/; 756 $emote{self} =~ s/<other>/$tname/;
757 $emote{target} =~ s/<self>/$name/; 757 $emote{target} =~ s/<self>/$name/;
758 $emote{other} =~ s/<other>/$tname/; 758 $emote{other} =~ s/<other>/$tname/;
759 $emote{other} =~ s/<self>/$name/; 759 $emote{other} =~ s/<self>/$name/;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines