This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Hello............

Old posts that have not been replied to for several years.
Locked
h
hitman

Hello............

Post by hitman »

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. :-?
N
Nexus6
Op
Posts: 114
Joined: Mon Sep 02, 2002 4:41 am
Location: Tuchola, Poland

Post by Nexus6 »

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.

read more about DALnet channel and user modes at http://help.dal.net/docs/modes.html#2

hope this helps :))
h
hitman

Hey...........

Post by hitman »

Thnx man,that will have to work preciate it. :wink:
Locked