Code:
ON &^*:NOTICE:*:*:{
  if (!$window(@notices)) window -e @notices
  aline -hp $color(notice) @notices $asctime([hh:nn:ss]) $nick -> $+($target,@,$network,:) $1-
  editbox @notices /notice @ $+ $chan «[ $+ $opnick(#,0) $+ ]Secret OP Minx-o-gram»
  haltdef
}

menu @notices {
  dclick:editbox @notices /notice $nick  «Minx-o-gram» $gettok($sline($active,1),2,32) 
}


It is getting closer to what I want it to be. I use the top part to answer op notices and the double click to answer normal notices. The only problem I have is that when I double click the nick it doesn't include the nick it will just say /notice «Minx-o-gram» or if I remove the «Minx-o-gram» just /notice. I know there has to be some way to get this the way I want. I can do it in the pnp by pai script but that code is hard to understand.