mIRC Homepage
Posted By: Canario hadd -z - 24/03/04 04:12 PM
Can somebody give me an example how and when use /hadd -z
Posted By: Hammer Re: hadd -z - 24/03/04 08:13 PM
The first use that springs to mind is as a timeout:

on *:TEXT:!trigger:#:{
  • if ($hget(htable, Timeout)) .notice $nick You may not use this command for another $ifmatch seconds
    else { hadd -z htable Timeout 60 | Do.Stuff }

}
Posted By: Canario Re: hadd -z - 25/03/04 12:17 AM
Thanks Hammer, very clear example.
© mIRC Discussion Forums