February 29, 2004

Hop all channels

One of the first and simplest scripts I've made, this alias will part and rejoin all channels (keeping windows open) when you type /hopall. This snippet goes in aliases (alt-A).

hopall { 
  var %x = $chan(0) 
  while (%x) { 
    hop -c $chan(%x)
    dec %x 
  } 
}
Posted by sailoreagle at February 29, 2004 03:48 AM | Scripts
Comments

Put the line back, it had character.

Posted by: Mystery Poster at February 29, 2004 05:13 AM

I don't know what you're talking about.

*coughs*

Posted by: sailoreagle at February 29, 2004 05:17 AM