i using this code for one of my scripts
Code:
alias cexcctcp {
  if ($hfind(exclude.ctcp,*,0,w) > 0) {
    var %i = $hfind(exclude.ctcp,*,0,w)
    while (%i) {
      if ($hfind(exclude.ctcp,*,%i,w) iswmcs $nick) { return $true }
      dec %i
    }
  }
}

and then i using $cexcctcp to see if the nick are in the hashtable, it worked in mirc 6.35 now in mirc v.71 it wont work.

Thnx in advance.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }