--- deliantra/server/ext/chat.ext 2007/08/20 19:13:10 1.31 +++ deliantra/server/ext/chat.ext 2007/09/02 08:43:46 1.32 @@ -64,6 +64,7 @@ my ($pl) = @_; clean_timeouts $pl->ob; + $pl->send_msg ($SAY_CHANNEL); $pl->send_msg ($CHAT_CHANNEL); },