i want it that as user join my server and IP match from ip.txt database script auto kick and Ban the chatter in C class like if chatter Matt joined script will take who and on matching iP from Ip.txt will kick matt and will ban his ip like *!*@122.25.25.* Script is as under.



on *:join:*: {
.who $nick
}
raw 352:*: {
if ($read(ip.txt, w, $4)) {
.k $4 4Come with Original IP Dear
}
}