ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/schmorplog.ext
(Generate patch)

Comparing deliantra/maps/perl/schmorplog.ext (file contents):
Revision 1.1 by root, Fri Feb 3 07:25:25 2006 UTC vs.
Revision 1.2 by root, Fri Feb 3 22:52:51 2006 UTC

15} 15}
16 16
17sub on_shout { 17sub on_shout {
18 my ($event) = @_; 18 my ($event) = @_;
19 19
20 cf::LOG cf::llevDebug, sprintf "QBERT %s: %s\n", 20 cf::LOG cf::llevDebug, sprintf "QBERT [%s] %s\n",
21 $event->{activator}->name, $event->{message}; 21 $event->{activator}->name, $event->{message};
22} 22}
23 23
24sub on_player_death { 24sub on_player_death {
25 my ($event) = @_; 25 my ($event) = @_;
26 26
27 cf::LOG cf::llevDebug, sprintf "QBERT %s died\n", 27 cf::LOG cf::llevDebug, sprintf "QBERT %s died a quick and not very horrible death\n",
28 $event->{who}->name; 28 $event->{who}->name;
29} 29}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines