Notices in window (made for a request)

By Hermes on Feb 20, 2012

With this snippet notices will appear in a separate window.

;######################
;## Hermes - Notices ##
;######################

on *:notice:*:*: {
  window @Notices
  aline @Notices 0,4 Notice 4,0 $time $chan $nick :1 $1-
}

Comments

Sign in to comment.
blackvenomm666   -  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  
napa182   -  Feb 20, 2012

lolwut
why did you even post this? maybe you should make it better add more options to it an so on.

 Respond  
Sorasyn   -  Feb 20, 2012

You could categorize the windows according to server. Each server have their own. Right now it is exceedingly simple might want to elaborate on it a little bit, make it more useful than something that gets in your face with every notice.

 Respond  
HeatedHeart   -  Feb 20, 2012

usefull, maybe add some function's that could be performed within the window? like !Sort or !Find

 Respond  
kushman420TC   -  Feb 20, 2012

I was literally thinking of doing this last night lol

 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.