my script:

Code:
on *:TEXT:*:#:{
  if ($1 == ) {
    /notice $nick
  }
  else {
    if ($1 == @) {
      /msg $chan
    }
    halt
  }
}


how do i make it so everytime some1 says anything i wont have to put that in, like say i put that, then when some1 says like !clan it brings something up, but then when someone type !links it will bring something else up but using that same code...