I came up with this after thinking for 5 minutes and it works but I'm sure there are an easier way, I don't want to trouble myself more.

Code:
on *:TEXT: *:#: {
  if ($chan == #hakd) {
    halt
  }
  else { 
    if ($me !isop $chan) { 
      .msg $chan I'm Still not an operator. Go to #Bux for requesting again.
      .timer 1 30 .part $chan I'm Still not an operator. Go to #Bux for requesting again.
    } 
  }
}