--- deliantra/server/ext/login.ext 2009/09/02 16:54:20 1.100 +++ deliantra/server/ext/login.ext 2009/10/15 21:56:50 1.101 @@ -380,6 +380,10 @@ last; } + + if (0 < Coro::AIO::aio_load "$cf::CONFDIR/motd", my $motd) { + $ns->send_msg ("c/motd" => $motd, cf::NDI_CLEAR); + } }); });