Hi,
I'm going to guess a bit since I don' know what you mean with
who is started with bi o act_ Does that mean nicks who can't be begin with "bi" or "act_" or does it mean that nicks can't begin with "bi" "o" or "act_" ...clueless
Anyway, the following piece of code will ban/kick any users that
1) has a nickname beginning with "bi" or "act_"
2) is a nickname that is in the variable %malnicks
on @*:JOIN:#: if $istok(%malnicks,$nick,44) || $regex($nick,/^(?:bi|act_)/) { ban -k # $nick 2 Bad nickname! }
%malnicks chupa,activo,pasivo,sexhot,sex_hot
Greetz