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

Comparing deliantra/maps/perl/chat.ext (file contents):
Revision 1.31 by root, Fri Aug 25 13:24:05 2006 UTC vs.
Revision 1.32 by root, Fri Aug 25 13:33:57 2006 UTC

21 } 21 }
22 } 22 }
23 } 23 }
24} 24}
25 25
26sub on_login { 26cf::attach_to_players
27 prio => -1000,
28 on_login => sub {
27 my ($pl) = @_; 29 my ($pl) = @_;
28 30
29 clean_timeouts $pl->ob; 31 clean_timeouts $pl->ob;
30} 32 },
33;
31 34
32cf::register_command listen => 0, sub { 35cf::register_command listen => 0, sub {
33 my ($who, $msg) = @_; 36 my ($who, $msg) = @_;
34 my $player = cf::player::find $who->name; 37 my $player = cf::player::find $who->name;
35 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines