--- deliantra/server/ext/irc.ext 2007/07/28 12:02:58 1.3 +++ deliantra/server/ext/irc.ext 2007/07/28 14:23:16 1.4 @@ -87,7 +87,7 @@ if ($tmsg =~ /^\!/) { handle_fcmd ($name, $nick, $tmsg); } elsif ($tmsg =~ m/\S/) { - $_->ns->send_msg ($cf::chat::CHAT_CHANNEL, + $_->ns->send_msg ($ext::chat::CHAT_CHANNEL, "$name/".$nick." chats: $tmsg", cf::NDI_BLUE | cf::NDI_DEF ) for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW && $_->listening >= 10 } cf::player::list; }