hmm, now I made small script to check whether the nick is in a hashtable (to verify he registered)

Code:
on *:TEXT:!getfarm:#:{ if ($hget(DarkHash, $address($nick,1)) == $address($nick,1)) {
    msg $chan You exist 
  }
  Else { 
    msg $chan You dont exist

  }
}




I tried it but it doesnt work, what is wrong? (it returns You exist always even if $nick doesnt exist)

Last edited by eendje; 16/09/04 01:42 PM.

---
signatures own