Hope this helps you out.

Code:
alias lserv { 
  var %list , %x $scon(0) , %t = %x
  while %x { 
    %list = $addtok(%list,$iif($scon(%x).network,$v1,$scon(%x).server),44) 
    dec %x 
  }
  echo $color(info) -at * $+(Servers[,%t,]:) %list
}
;Gives total and names of the Servers you are connected to.