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.30 by root, Thu Aug 3 11:23:58 2006 UTC vs.
Revision 1.31 by root, Fri Aug 25 13:24:05 2006 UTC

22 } 22 }
23 } 23 }
24} 24}
25 25
26sub on_login { 26sub on_login {
27 my ($pl, $host) = @_; 27 my ($pl) = @_;
28 28
29 clean_timeouts $pl->ob; 29 clean_timeouts $pl->ob;
30} 30}
31 31
32cf::register_command listen => 0, sub { 32cf::register_command listen => 0, sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines