Code:
on @*:TEXT:*:#mychannel: {
  if ($nick isop $chan) return
  if ($chr(35) isin $strip($1-)) {
    msg $chan No advertise $nick !
  }
}