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 3 matches

by Scarpa_SD
Mon May 25, 2009 7:49 pm
Forum: Scripting Help
Topic: Proxy check
Replies: 4
Views: 3873

Well that worked. Thanks so much speechles. I guess after I posted I started tinkering around with the script more instead of waiting for a response and messed something else up so when I did what you said it resulted in another error. After going back and reverting it to my original changes I remov...
by Scarpa_SD
Mon May 25, 2009 5:59 pm
Forum: Scripting Help
Topic: Proxy check
Replies: 4
Views: 3873

Yeah I can get it to work with if {$status} { But I'm trying to make it not execute anything if the host of the user is already in the banlist. if {($status) && (![matchban *@$orighost])} { gives me this [15:08] Tcl error [proxycheck_check3]: invalid command name " " I tried if {([...
by Scarpa_SD
Mon May 25, 2009 5:17 pm
Forum: Scripting Help
Topic: Proxy check
Replies: 4
Views: 3873

Proxy check

I was trying to edit this script http://jamesoff.net/site/wp-content/uploads/2008/02/proxychecktcl.bz2 to do global bans instead of channel specific ones because a few drones were going into multiple channels and would get 1 line of spam in before the checks went through. I changed the original code...