I'm writing a little alias, just want to be away in all connections.
I tried:
Code:
away scid -a $1-

But I'm getting * Error allocating stack memory (line 23, aliases.ini)

Tried again but long an the error continue.
Code:
away { 
  var %x 1
  while ( %x <= $scid(0) ) {
    scid $scid(%x) away $1-
    inc %x
  }
}


My pc is not out of memory, I checked laugh


Sorry for my english