mIRC Homepage
Hi, i need this script below that does the following, any help is greatly appreciated !!

Originally Posted By: Yehhanyos
Hi, how do i know if someone is talking to me in IRC? i'm asking this because i usually join 50-60 channels everytime i launch mIRC, and it would be a pain to scroll up in all those channels to see if someone has highlighted me.


Originally Posted By: RusselB
You could script a custom window, so that it displays the message when someone says your name. This has been done a fair bit.
Code:
on *:text:*:#:{
  if $me isin $1- {
    if !$window(@Highlight) { .window @highlight }
    echo -t @Highlight $nick mentioned $me on $chan ( $network }
  }
}


P.S.: You should've just made this request as a reply to your original post.
Works great, thanks a bunch cool
© mIRC Discussion Forums