Code:
on *:text:*:#:{
  if ($chan == #:something) {
    ; Do stuff.
  }
}