Dear manroon,

Problem is it also ban ordinary nick if I have all 3 regex pattern indicating
Quote
if $regex(%wnick,%p1) || $regex(%wnick,%p2) || $regex(%wnick,%p3) { .gline $nick +5d reason }

however if i just reduce the %p3 and have the script like
Quote
if $regex(%wnick,%p1) || $regex(%wnick,%p2) { .gline $nick +5d reason }
it works fine match with regex %p1 & %p2 patterns. What's wrong with my regex pattern %p3 whenever I add it my scripts start banning any nicks that join.