So here is my problem:

Whenever I connect to my bnc naturally I need to write in the password.

So the first time I start mIRC it works just fine with this simple line:

on *:start:{ server irc.server.net:port username:password
}

However, reconnecting while still having mIRC running will leave me having to enter the username and passphrase myself.

I was figuring I would be able to solve this with something like this:

on *:connect: {
if ($netowork == ???) {
/quote pass username:password
}
}

I have no idea how to go about finding out what should be put in the network, seeing when I connect to the bnc I am on the network Freequest, but before I am just connecting to the bnc..


Perhaps I'm going about this in the wrong way and there are better ways to solve it, let me know if so smile