--- deliantra/server/ext/chat.ext 2007/07/23 21:17:14 1.25 +++ deliantra/server/ext/chat.ext 2007/07/23 21:53:21 1.26 @@ -828,7 +828,7 @@ } } else { - $ob->contr->send_msg ($SAY_CHANNEL => "What do you want to say?", 0, reply => 1); + $ob->contr->ns->send_msg ($SAY_CHANNEL => "What do you want to say?", 0, reply => 1); } };