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

Comparing deliantra/maps/perl/ipo.ext (file contents):
Revision 1.5 by elmex, Wed Aug 9 13:40:02 2006 UTC vs.
Revision 1.6 by root, Fri Aug 25 13:24:05 2006 UTC

73 $r 73 $r
74} 74}
75 75
76# this handler handles to notice the player that he has got mail 76# this handler handles to notice the player that he has got mail
77sub on_login { 77sub on_login {
78 my ($pl, $host) = @_; 78 my ($pl) = @_;
79 79
80 my $mails = CFMail::get_mail ($pl->ob->name); 80 my $mails = CFMail::get_mail ($pl->ob->name);
81 81
82 my $cnt = @{$mails || []}; 82 my $cnt = @{$mails || []};
83 83

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines