That flooded me off of the network I tried it on, however, the following (which is close) did not
Code:
alias hopall {
var %a = 1
while %a <= $chan(0) {
.timer 1 %a hop -c $chan(%a)
inc %a
}
}