I would use
Code:
on *:SNOTICE:*You have been authenticated*:*: join #mychannel


Were you able to get the login automated?
Say you see a prompt of "Please log in"
Code:
on *:SNOTICE:*Please log in*:*: {
    editbox -an /login username password
}
ought to work.


Last edited by LonDart; 02/03/07 02:12 AM.

LonDart