I want to make an hash table wich the item will be the address
and his value will be the number of the clones and the nicks.
here is my code:
Code:
  
alias clones { 
  hmake clones 300
  var %x 1  
  while ($nick(#,%x)) { 
    hadd clones $address($ifmatch,2) 
    while ($ialchan($address($ifmatch,2),#,0)) < 1 ) {
      hadd -m clones $address($ifmatch,2) $v2 $ifmatch
echo -a $hget(clones,$v2)      
inc %x 
    }
  }
}
hree clones
}


error is: * /hfree: no such table 'clones' (line 16, script.ini)
confused

Last edited by Clyde_The_Glide; 14/09/05 10:48 AM.