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

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.100 by root, Wed Sep 2 16:54:20 2009 UTC vs.
Revision 1.101 by root, Thu Oct 15 21:56:50 2009 UTC

378 378
379 delete $pl->{deny_save}; 379 delete $pl->{deny_save};
380 380
381 last; 381 last;
382 } 382 }
383
384 if (0 < Coro::AIO::aio_load "$cf::CONFDIR/motd", my $motd) {
385 $ns->send_msg ("c/motd" => $motd, cf::NDI_CLEAR);
386 }
383 }); 387 });
384}); 388});
385 389
386cf::register_command quit => sub { 390cf::register_command quit => sub {
387 my ($ob, $arg) = @_; 391 my ($ob, $arg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines