ok if you go to your alias file and add to it
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
on ^1:notice:*:?: {
if serv isin $nick goto end
else /echo @pager Notice < $+ $+ $time(mmm-dd-hh:nntt) $+ > < $+ $+ $nick $+ > $1- | haltdef
:end {
}
}