ok if you go to your alias file and add to it
Code:
 
/f8 /window -an @Pager
 


you can change the name of the window to whatever you wish then add to your allready existing away popup the command /f8 that will open the window up

to stop the notice from appearing in more than one place you will need to add a /haltdef to the notice section
Code:
  
 on ^1:notice:*:?: { 
 if serv isin $nick goto end  
 else /echo @pager Notice < $+  $+ $time(mmm-dd-hh:nntt) $+ > < $+  $+ $nick $+ > $1- | haltdef  
 :end { 
}
}