sk68 commented on a Page, iKnown>> Lockdown  -  Oct 17, 2010

this whole thing could be 10-15 lines...

on @*:TEXT:!lockdown*:#:{ if ($2 == help) { ... }
  elseif ($2 == orange) { if (!$3) { ... }
    elseif ($3 == off) { ... }
  }
  elseif ($2 == yellow) { if (!$3) { ... }
    elseif ($3 == off) { ... }
  }
  ; And so on
}

or even shorter if you use $iif

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.