basic e.g.
Code:
on *:TEXT:!command:#: {
   /msg # RESPONSE
}

Instead of..
Quote:
<user> !command
<bot> RESPONSE
<user> !command
<bot> RESPONSE
<user2> !command
<bot> RESPONSE


I would like...
Quote:
<user> !command
<bot> RESPONSE
<user2> !command
<bot> RESPONSE
<user> !command
<user2> !command


And to "block" the user from using the command for about a minute. But I would want the user to be able to use all the other commands, so not to be added to the ignore list.