Notice windows

By L33CH on Apr 16, 2004

When noticed it creates/adds to a @window. Please note you will need to seperate the scripts in to different remotes scripts because they both use "*" as the text being searched for.

on *:NOTICE:*:?: {
  if ($window(Notice)) && ($nick != $me)  {
    /aline @Notice $nick noticed you saying: $1- 
  } 
  elseif ($nick != $me) {
    /window -k0 @Notice 
    /aline @Notice $nick noticed you saying: $1- 
  }
}

-------------------------------New remote---------------------------------- 

on *:NOTICE:*:#: {
  if ($window(Channel-notice))  {
    /aline @Channel-notice $nick noticed $chan saying: $1- 
  } 
  else {
    /window -k0 @channel-notice 
    /aline @Channel-notice $nick noticed $chan saying: $1- 
  }
}

Comments

Sign in to comment.
X-FILE   -  Jun 20, 2004

Let\'s clearify something.I use the same code , but i didn\'t rip i coded this since multiserver was added to mirc so don\'t be surprised to see it in my script under my name.

 Respond  
Mordakaida   -  Jun 20, 2004

ohhhh i forgot :/ also you can add them both to the same remote... i have them in the same and it works just fine... :) great work btw

 Respond  
Mordakaida   -  Jun 20, 2004

this is a very nice code but i had a few probs with it... ok if your on multi servers.. it does not say which server.. you can add $server at the end to say that.. also if the msg is to long it cuts the msg off.. beyond that it\'s a great snibbit.. ^^

 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.