> 1: the ability to have mIRC open several servers automatically. having to manually open the second server every single time i decide to hit IRC got old real fast.

Use /setcons in the start event and /savecons in the quit event.

alias setcons {
var %Index 1 | var %Token
set %Token $gettok(%ServersRestore, %Index, 44)
while (%Token != $null) {
server $iif(%Index > 1, -m) %Token
inc %Index | set %Token $gettok(%ServersRestore, %Index, 44)
}
}
alias savecons {
var %Index 1
unset %ServersRestore
while ($scon(%Index) != $null) { set %ServersRestore $addtok(%ServersRestore, $scon(%Index).$server $scon(%Index).$port, 44) | inc %Index }
}


NaquadaBomb
www.mirc-dll.com