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.

Search found 6 matches

by Jojje_c1
Sat Jan 12, 2008 6:25 pm
Forum: Script Support & Releases
Topic: Qban by coven, error when banned user joins
Replies: 5
Views: 5749

Damn that's to bad, this was like the only script i could find using quakenet's auth to identify users.
by Jojje_c1
Sat Jan 12, 2008 5:34 pm
Forum: Script Support & Releases
Topic: Qban by coven, error when banned user joins
Replies: 5
Views: 5749

Would seem this: if {info exists b($chann)} { Actually should be something like this: if {[info exists b($chann)]} { within the raw:q330 proc. Thanks =) that removed the error, but unfortunately it did't make the script work. the help says "QBAN:: .qban add <chan> <authname> <-- adds a new aut...
by Jojje_c1
Sat Jan 12, 2008 4:35 pm
Forum: Script Support & Releases
Topic: Qban by coven, error when banned user joins
Replies: 5
Views: 5749

Qban by coven, error when banned user joins

Downloaded the script from your tcl archive. When a user joins the channel I get the error "Tcl error [raw:q330]: syntax error in expression "info exists b($chann)": extra tokens at end of expression" anyone else that use this script or know anything about the error? http://www.e...
by Jojje_c1
Fri Jan 11, 2008 8:37 pm
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2700

unfortunately I don't really understand the all the function on eggdrop. but if I understand you correct the users have to identify themselves in some way everytime they join the channel by writing hello to the bot? and what do the bot look for when excluding users that doesn't belong there? I'm sor...
by Jojje_c1
Fri Jan 11, 2008 10:56 am
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2700

seems kinda lazy. Why don't you add your friends to the eggdrop's userlist, then ban all others? that could work, but its the exact same thing as the script i already found does. And it would work so much smoother if it checked the auth, that way i dont have to re-add them if they get a bnc or conn...
by Jojje_c1
Fri Jan 11, 2008 7:31 am
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2700

auth checker for private channel

i'm looking for a script that check the joining users auth and if his auth has been added to the allowed list the bot do nothing, but if the user is unknown he kicks him, so its very simple script. anyway, i couldn't fint any script with this function. So do anyone know if there is any? EDIT: found ...