Since you didnt give me much to work with i just assumed :tongue:
Theres many ways to do this. This method only allows people to call the bot once every 10 seconds if they use it more often they get a notice saying they cant.
Code:
ON *:TEXT:*:#: { 
if (!$hget(mycoolbot,$address)) { 
   the commands
 }
 else notice $nick you can only access me once every 10 seconds
hadd -mu10 mycoolbot $address naughty boy
}