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

Comparing deliantra/server/ext/chatlog.ext (file contents):
Revision 1.2 by root, Fri Mar 2 00:37:19 2007 UTC vs.
Revision 1.3 by pippijn, Fri Mar 2 22:18:55 2007 UTC

10; 10;
11 11
12cf::player::attachment "log_told", 12cf::player::attachment "log_told",
13 on_tell => sub { 13 on_tell => sub {
14 my ($self, $other, $msg) = @_; 14 my ($self, $other, $msg) = @_;
15
16 my $name = $self->ob->name;
15 ext::schmorp_irc::do_notice ("[$self->$other]: $msg\n"); 17 ext::schmorp_irc::do_notice ("[$name->$other]: $msg\n");
16 }, 18 },
17 on_told => sub { 19 on_told => sub {
18 my ($self, $pl, $msg) = @_; 20 my ($self, $pl, $msg) = @_;
19 21
20 my $name = $self->ob->name; 22 my $name = $self->ob->name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines