Jethro commented on a Page, Proxy Killer 2.0(beta)  -  Jun 13, 2011

You get that error because the hash table hasn't been created. mIRC has to see a hash table first before it can load it. To work around that, locate this line:

if !$1  { hload -i c $conf(cfile) | echo *** Config file load }

and change it to:

if !$1  { $iif(!$hget(c),hmake c 100) | hload -i c $conf(cfile) | echo *** Config file load }
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.