Jump to content

server question


Pyscho

Recommended Posts

alias c.test {
 var %x 1
 while (%x <= $scon(0)) {
   if ($scon(%x).server == Msn) { scid $scon(%x).cid | scid $scid(%x) | scon %x | window -c "status window" }
   inc %x
 }
}

 

If I have about 5 Msn servers open, and i do /c.test I want it to close them all, but the above alias isnt working. any help anyone?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...