Originally Posted By: Belhifet
Code:
on *:text:*:#: {
  if ($strip($1) == !word1) { do stuff }
  if ($strip($1) == !word2) { do stuff }
  if ($strip($1) == !word3) { do stuff }
  if ($strip($1) == !word4) { do stuff }
}


That is pretty, how can i put in a flood control (different for each !command) in that script?