--- deliantra/server/ext/irc.ext 2008/08/26 02:05:48 1.12 +++ deliantra/server/ext/irc.ext 2008/08/29 23:31:41 1.13 @@ -91,7 +91,7 @@ } elsif ($tmsg =~ m/\S/) { $_->ns->send_msg ($cf::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; + ) for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW } cf::player::list; cf::LOG cf::llevDebug, sprintf "QBERT [%s] %s\n", "$name/$nick", $tmsg; } 1;