You may use something like:
[color:green]on @*:text:*cookie*:#:{
if (!%var [ $+ [ $nick ] ]) {
set -u60 %var $+ $nick $nick
describe # gives $nick a cookie
}
} [/color]
This means that you will only reply once to cookie in a 60 second period to a particular person. It will only trigger if you're opped in a channel too (this is a good idea, on text scripts are generally unwelcome in channels where you are not opped. If you don't want this, simply remove the '@' symbol at the start of the code).
Regards,