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.

Request: KB a user that is not on a userlist

Old posts that have not been replied to for several years.
Locked
n
n0s37

Request: KB a user that is not on a userlist

Post by n0s37 »

I've been looking around the TCL archive, and I found some awesome scripts for kicking nicks with bad words in there names. But I need one which is the exact opposite. Onjoin, the script checks a user generated list, and if the user isn't on it, the script kick/bans for x minutes. I hope someone can help me out. Thanks
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Check the slennox's keepout tcl script.
Once the game is over, the king and the pawn go back in the same box.
n
n0s37

Post by n0s37 »

Thats the exact type of script I need, But it uses flags. I need it so it checks specific nicks that I set it to. I am trying to get the script to do this, based on the keepout.tcl by slennox, but no luck :(
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

here's a simple idea... (to use with said tcl script)...

.+user let-in
.chattr let-in +f (or whatever flag is neccessary)
.chpass let-in garbagegarbage
.+host let-in nick1!*@*
.+host let-in nick2!*@*
etc...
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

hum, I remember a value in eggdrop.conf: set default-flags
if not setted to "" then you may have at least 1 common flag (h or p)
And better than all, if the personn is unknown, you may have * as handle (on join) so you can KB
Locked