Hello. I am looking for a script that just let specific users join a chan. If others try to join this chan thy will be banned.
If there is a script already i am sry, but i dont know what i shall looking for.
You need to search in Tcl Archive with "private" request. intern.tcl - Kicks users who don't match a predefined list of hostmasks when they join the channel. Intended for closed or private channels. Script is in German. Private Chan - Will only allow users on a specified channel if they've been added through .add nick *!*@host.com, otherwise it will kick. Useful for those who want to keep a channel private or don't want strangers in their channel. Private TCL - For users who want to keep their channel private. Only specified users are allowed to join the channel. Has public commands for adding users, etc.
And this: Keepout - Will kickban anyone joining without the proper flags. You can easily add kick messages which are taken by random when someone gets kicked. keepout.tcl - Checks users who join +i (invite-only) and +k (keyed) channels, kicking and/or banning them if they don't match specified userflags.