is it possible to pick up a notice from someone else who is
sending a notice about another channel that is not the same channel that you are both in?
on ^*:NOTICE:*:*: {
var %l = $1-
if ( # isin %l ) && ( $comchan($nick,1) !isin %l ) {
echo -s $1- $nick wrong chan
}
}