Code:
alias hopall {
var %i 0, %commands = partall $1-, %channels 
while (%i < $chan(0)) { 
  inc %i 
  if ($chan(%i).key) { var %commands = $addtok(%commands,join -n $chan(%i) $ifmatch, 124) }
  var %channels = $addtok(%channels, $chan(%i), 44) 
} 
tokenize 124 %commands 
$* 
if (%channels) .timerHOPALL 1 4 /join -n $ifmatch 
}
The code is not mine, i got it in another forum board.

Code:
alias nickall {
scid -at1 nick $1
}
This one should work too (tested)

Edit: Found an error in the /hopall alias - working on it.

Zyzzy.

Last edited by Zyzzyx26; 05/06/04 07:29 PM.