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

that should work, u cant put raws inside an event


The more you learn, the less you know...