--- deliantra/server/ext/irc.ext 2007/11/14 08:09:46 1.9 +++ deliantra/server/ext/irc.ext 2007/12/28 19:49:29 1.10 @@ -92,6 +92,7 @@ $_->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; + cf::LOG cf::llevDebug, sprintf "QBERT [%s] %s\n", "$name/$nick", $tmsg; } 1; },