Yeah I looked at the code and the table is being made. The script worked fine with all the mIRC updates until the ;atest one. The code is as follows:

Code:
on *:signal:caching_init:{
  mhash class 1499
}
alias -l mhash {
  if (!$hget($1)) {
    hmake $1-2
  }
  else {
    hdel -w $1 *
  }
}


BTW, thanks for the reasponce. I do greatly appreciate it.