btw this is the script on one of them that failed..:
# Set this for the psybnc HOSTNAME or IP
set x.x.x.x:6667
# Your psybnc password
set psybnc_pass "password"
# Don't edit anything below unless you know what you're doing
bind notc - "please identify!" psybnc
proc psybnc {nick uhost hand arg} {
global psybnc_pass
putserv "PASS $psybnc_pass"
}
i don't understand why it wouldn't work.... everything looks right