Originally Posted By: 5618
I believe this is what you are asking for...
Code:
on *:TEXT:*command*:#:{
  if (!%comwait) {
    set -u6 %comwait 1
    msg $chan hello all
  }
  else msg $chan this command is on cool down
}


This doesn't seem to work?