blackvenomm666 commented on a Page, Notices in window (made for a request)  -  Feb 20, 2012
on *:notice:*:*: {
  if $window(@ $+ Notices $+ , $+ $server) {
    aline -pd @Notices $+ , $+ $server 0,4 Notice 4,0 $time $chan $nick :1 $1-
  } 
  else {
window -Ckbz @Notices $+ , $+ $server $mircexe
  aline -pd @Notices $+ , $+ $server 0,4 Notice 4,0 $time $chan $nick :1 $1-

  }
}

^^makes it a little better by sorting them by server therefore its not all on one @window. i do this with my channel invites

on *:Invite:*: {
  if $window(@ $+ $server $+ , $+ Channelinvites) {
    aline -pd @ $+ $server $+ , $+ Channelinvites $nick has invited you to join $chan
  }
  else { 
    window -Ckbz @ $+ $server $+ , $+ Channelinvites  $mircexe
    aline -pd @ $+ $server $+ , $+ Channelinvites $nick has invited you to join $chan
  }
}

^^

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.