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.5 by pippijn, Wed Feb 28 19:23:21 2007 UTC vs.
Revision 1.6 by pippijn, Wed Feb 28 19:25:27 2007 UTC

680 } 680 }
681 681
682 $ob->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE); 682 $ob->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE);
683 } 683 }
684 }; 684 };
685
686 1
687 }; 685 };
688} 686}
689 687
690cf::register_command say => sub { 688cf::register_command say => sub {
691 my ($who, $msg) = @_; 689 my ($who, $msg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines