OMG I fixed it! This worked:

on *:START: {
server irc.BLAH.org 50000 MYPASSWORD

}
on *:SNOTICE: {
if ($network == irc.BLAH.org) {
editbox -an /login MYNAME MYPASSWORD
}
}
on *:SNOTICE:*you have been**: /join #CHANNEL

So yeah, apparently my password needs to be after the PORT NUMBER.

Is that middle 'SNOTICE' part redundant, do you think? Also, I deleted all the { and } brackets and it worked fine without them.... it makes everything look complicated.

Thanks for all the help! ^_^

Last edited by invy; 02/03/07 03:13 AM.