Hi,
My problem is in that .. I can't create this bad channel detector:

on @!*:join:#: {
whois $nick
raw 319:*: {
if ([censored] isin $3-) || (utopia isin $3-) || (kotro isin $3-) || (aspirex isin $3-) {
ban -u60 $chan $2
kick $chan $2 Bad channel detect!
}
}
}


smirk
And is it some way to get forbidden channels from some list %forbidden
and this protection to be only for protected channels from %protectedchannels, or something like that?
Thanks smile