Anyone interested in making a script that can check to see if a nick is registered,in my observations especialy on dalnet,alot of malicious users don't register thier nicks[mostly ppl running gtbots and so forth] so i want to have a tcl that will kick unregistered nics off of my channels.
hmm, waste of time, bot would have to whois users, it could lag bot especially during the netsplits. There is a very simple solution: /mode #channel +R
+R stands for registered nicknames only. As its name implies, only those who are using and have identified to their current nickname (in other words, those who are set to umode +r) are allowed to enter the channel. Unregistered nicks who are on a channel after +R is set will lose the ability to send messages to the channel until they become umode +r.