okay, now i have another question ....

i posted before about the use of $read and how it would be used in search txt files for a match in a incoming/outgoing text..(i never did get it going). but, i think searching the hash table would be faster.. so, i ask (again) how would this be done for an on input event using the above as an example.. i think it would start off with some thing like :
Code:
 On *:Input:*: {
   if (($left($1,1) != /) && (!$ctrlenter)) {
     if (!$hget(words)) { return }
     tokenize 32 $1-
    if ($1- iswm $hget(words,$v1),1,W).data ) { do stuff } 
 


anyways i have had no luck with that..

so, as you fine people can see i need some help with this...
thanks again in advance