i did this to add the nick's host on hash and works perfectly
Code:
hadd -m nickip $gettok($did($dname,2),1,44) $address($gettok($did($dname,2),1,44),2)


And this to delete it
Code:
if ($hget(nickip,$did($dname,1).sel)) { hdel nickip $did($dname,1).sel }
 


But it doesn't deletes it..
What is wrong with my hdel?

Last edited by learn3r; 27/03/07 10:01 AM.

learn learn learn