Please don't be SO FORWARD. I am reading the mIRC /help and I have questions. I appreciate all the help from people. I want to learn how to start using hash tables.

This is in the remote.ini file:

Code:
botcheck %nick %host %chan

alias botcheck {
  if ($hfind(bots, $2, 1)) {
    echo 4 -s $1 at $2 on $3
    echo 4 -s -
    msg $3 bot: $1
  }
  return
}


This is in the alias.ini file:

Code:
/mbot //hmake -s bots 1
/mbots //hmake -s bots 1
/lbot //hload -s bots bots.hsh
/addbot //hadd -s bots $$1
/delbot //hdel -s bots $$1
/sbots //hsave -s bots bots.hsh
/freebot //hfree -s bots


I registered; you should too.